Searched defs:global_options (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 57 global_options = [('verbose', 'v', "run verbosely (default)", 1), variable in Distribution 607 def _show_help(self, parser, global_options=1, display_options=1, argument
|
/external/python/cpython3/Lib/distutils/ |
D | dist.py | 66 global_options = [ variable in Distribution 621 def _show_help(self, parser, global_options=1, display_options=1, argument
|