Searched defs:negative_opt (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/distutils/command/ | ||
H A D | bdist_rpm.py | 130 negative_opt = {'no-keep-temp': 'keep-temp', variable in bdist_rpm |
H A D | install_lib.py | 49 negative_opt = {'no-compile' : 'compile'} variable in install_lib |
H A D | build_py.py | 30 negative_opt = {'no-compile' : 'compile'} variable in build_py |
H A D | sdist.py | 94 negative_opt = {'no-defaults': 'use-defaults', variable in sdist |
H A D | install.py | 160 negative_opt = {'no-compile' : 'compile'} variable in install |
/third_party/python/Lib/distutils/ | ||
H A D | dist.py | 132 negative_opt = {'quiet': 'verbose'} variable [all...] |
Completed in 7 milliseconds