Searched refs:negative_opt (Results 1 - 14 of 14) sorted by relevance

/external/python/cpython2/Lib/distutils/
H A Ddist.py123 negative_opt = {'quiet': 'verbose'} variable
410 alias = self.negative_opt.get(opt)
457 parser.set_negative_aliases(self.negative_opt)
544 negative_opt = self.negative_opt
545 if hasattr(cmd_class, 'negative_opt'):
546 negative_opt = negative_opt.copy()
547 negative_opt.update(cmd_class.negative_opt)
[all...]
H A Dfancy_getopt.py402 def fancy_getopt (options, negative_opt, object, args):
404 parser.set_negative_aliases(negative_opt)
/external/python/cpython3/Lib/distutils/
H A Ddist.py118 negative_opt = {'quiet': 'verbose'} variable
415 alias = self.negative_opt.get(opt)
462 parser.set_negative_aliases(self.negative_opt)
548 negative_opt = self.negative_opt
549 if hasattr(cmd_class, 'negative_opt'):
550 negative_opt = negative_opt.copy()
551 negative_opt.update(cmd_class.negative_opt)
[all...]
H A Dfancy_getopt.py367 def fancy_getopt(options, negative_opt, object, args):
369 parser.set_negative_aliases(negative_opt)
/external/python/cpython2/Lib/distutils/command/
H A Dinstall.py160 negative_opt = {'no-compile' : 'compile'} variable in class:install
390 if opt_name in self.negative_opt:
391 opt_name = string.translate(self.negative_opt[opt_name],
H A Dinstall_lib.py53 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
H A Dbuild_py.py31 negative_opt = {'no-compile' : 'compile'} variable in class:build_py
H A Dsdist.py94 negative_opt = {'no-defaults': 'use-defaults', variable in class:sdist
H A Dbdist_rpm.py136 negative_opt = {'no-keep-temp': 'keep-temp', variable in class:bdist_rpm
/external/python/cpython3/Lib/distutils/command/
H A Dinstall.py143 negative_opt = {'no-compile' : 'compile'} variable in class:install
383 if opt_name in self.negative_opt:
384 opt_name = self.negative_opt[opt_name]
H A Dinstall_lib.py49 negative_opt = {'no-compile' : 'compile'} variable in class:install_lib
H A Dsdist.py91 negative_opt = {'no-defaults': 'use-defaults', variable in class:sdist
H A Dbdist_rpm.py131 negative_opt = {'no-keep-temp': 'keep-temp', variable in class:bdist_rpm
H A Dbuild_py.py30 negative_opt = {'no-compile' : 'compile'} variable in class:build_py

Completed in 190 milliseconds