Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dbdist_rpm.py130 negative_opt = {'no-keep-temp': 'keep-temp', variable in bdist_rpm
Dinstall_lib.py49 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.py30 negative_opt = {'no-compile' : 'compile'} variable in build_py
/third_party/python/Lib/distutils/
Dfancy_getopt.py367 def fancy_getopt(options, negative_opt, object, args): argument
Ddist.py132 negative_opt = {'quiet': 'verbose'} variable in Distribution