Searched defs:negative_opt (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_rpm.py | 131 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 | install.py | 143 negative_opt = {'no-compile' : 'compile'} variable in install
|
D | sdist.py | 94 negative_opt = {'no-defaults': 'use-defaults', variable in sdist
|
D | build_py.py | 30 negative_opt = {'no-compile' : 'compile'} variable in build_py
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_rpm.py | 136 negative_opt = {'no-keep-temp': 'keep-temp', variable in bdist_rpm
|
D | install_lib.py | 53 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 | 31 negative_opt = {'no-compile' : 'compile'} variable in build_py
|
/external/python/setuptools/setuptools/command/ |
D | sdist.py | 38 negative_opt = {} variable in sdist
|
D | egg_info.py | 131 negative_opt = { variable in egg_info
|
D | easy_install.py | 166 negative_opt = {'always-unzip': 'zip-ok'} variable in easy_install
|
/external/python/cpython2/Lib/distutils/ |
D | fancy_getopt.py | 402 def fancy_getopt (options, negative_opt, object, args): argument
|
D | dist.py | 123 negative_opt = {'quiet': 'verbose'} variable in Distribution
|
/external/python/cpython3/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
|