Home
last modified time | relevance | path

Searched defs:negative_opt (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py131 negative_opt = {'no-keep-temp': 'keep-temp', variable in bdist_rpm
Dinstall_lib.py49 negative_opt = {'no-compile' : 'compile'} variable in install_lib
Dinstall.py143 negative_opt = {'no-compile' : 'compile'} variable in install
Dsdist.py94 negative_opt = {'no-defaults': 'use-defaults', variable in sdist
Dbuild_py.py30 negative_opt = {'no-compile' : 'compile'} variable in build_py
/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py136 negative_opt = {'no-keep-temp': 'keep-temp', variable in bdist_rpm
Dinstall_lib.py53 negative_opt = {'no-compile' : 'compile'} variable in install_lib
Dsdist.py94 negative_opt = {'no-defaults': 'use-defaults', variable in sdist
Dinstall.py160 negative_opt = {'no-compile' : 'compile'} variable in install
Dbuild_py.py31 negative_opt = {'no-compile' : 'compile'} variable in build_py
/external/python/setuptools/setuptools/command/
Dsdist.py38 negative_opt = {} variable in sdist
Degg_info.py131 negative_opt = { variable in egg_info
Deasy_install.py166 negative_opt = {'always-unzip': 'zip-ok'} variable in easy_install
/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py402 def fancy_getopt (options, negative_opt, object, args): argument
Ddist.py123 negative_opt = {'quiet': 'verbose'} variable in Distribution
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py367 def fancy_getopt(options, negative_opt, object, args): argument
Ddist.py132 negative_opt = {'quiet': 'verbose'} variable in Distribution