Searched refs:_show_help (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 478 self._show_help(parser, 566 self._show_help(parser, display_options=0, commands=[cmd_class]) 607 def _show_help(self, parser, global_options=1, display_options=1, member in Distribution
|
/external/python/cpython3/Lib/distutils/ |
D | dist.py | 494 self._show_help(parser, 580 self._show_help(parser, display_options=0, commands=[cmd_class]) 621 def _show_help(self, parser, global_options=1, display_options=1, member in Distribution
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 2300 def _show_help(self, *args, **kw): member in main.DistributionWithoutHelpCommands 2302 Distribution._show_help(self, *args, **kw)
|