/third_party/python/Lib/distutils/command/ |
H A D | install_headers.py | 20 boolean_options = ['force'] variable in install_headers
|
H A D | upload.py | 40 boolean_options = PyPIRCCommand.boolean_options + ['sign'] variable in upload
|
H A D | install_scripts.py | 25 boolean_options = ['force', 'skip-build'] variable in install_scripts
|
H A D | clean.py | 30 boolean_options = ['all'] variable in clean
|
H A D | install_data.py | 25 boolean_options = ['force'] variable in install_data
|
H A D | bdist.py | 48 boolean_options = ['skip-build'] variable in bdist
|
H A D | register.py | 26 boolean_options = PyPIRCCommand.boolean_options + [ variable in register
|
H A D | build_clib.py | 45 boolean_options = ['debug', 'force'] variable in build_clib
|
H A D | check.py | 46 boolean_options = ['metadata', 'restructuredtext', 'strict'] variable in check
|
H A D | build_scripts.py | 27 boolean_options = ['force'] variable in build_scripts
|
H A D | build.py | 49 boolean_options = ['debug', 'force'] variable in build
|
H A D | bdist_dumb.py | 45 boolean_options = ['keep-temp', 'skip-build', 'relative'] variable in bdist_dumb
|
H A D | install_lib.py | 48 boolean_options = ['force', 'compile', 'skip-build'] variable in install_lib
|
H A D | install.py | 153 boolean_options = ['compile', 'force', 'skip-build'] variable in install 158 boolean_options.append('user')
|
H A D | sdist.py | 85 boolean_options = ['use-defaults', 'prune', variable in sdist
|
H A D | bdist_rpm.py | 127 boolean_options = ['keep-temp', 'use-rpm-opt-flags', 'rpm3-mode', variable in bdist_rpm
|
H A D | build_py.py | 29 boolean_options = ['compile', 'force'] variable in build_py
|
H A D | build_ext.py | 99 boolean_options = ['inplace', 'debug', 'force', 'swig-cpp', 'user'] variable in build_ext
|
/third_party/python/Lib/distutils/ |
H A D | config.py | 37 boolean_options = ['show-response'] variable in PyPIRCCommand
|
H A D | dist.py | 893 for o in command_obj.boolean_options]
|