Searched defs:negative_opt (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/distutils/command/ | ||
D | bdist_rpm.py | 130 negative_opt = {'no-keep-temp': 'keep-temp', variable in bdist_rpm |
D | install_lib.py | 49 negative_opt = {'no-compile' : 'compile'} variable in install_lib |
D | sdist.py | 94 negative_opt = {'no-defaults': 'use-defaults', variable in sdist |
D | install.py | 160 negative_opt = {'no-compile' : 'compile'} variable in install |
D | build_py.py | 30 negative_opt = {'no-compile' : 'compile'} variable in build_py |
/third_party/python/Lib/distutils/ | ||
D | fancy_getopt.py | 367 def fancy_getopt(options, negative_opt, object, args): argument |
D | dist.py | 132 negative_opt = {'quiet': 'verbose'} variable in Distribution |