Home
last modified time | relevance | path

Searched refs:_show_help (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/distutils/
Ddist.py494 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