MCPcopy Index your code
hub / github.com/RustPython/RustPython / print_help

Method print_help

Lib/argparse.py:2747–2750  ·  view source on GitHub ↗
(self, file=None)

Source from the content-addressed store, hash-verified

2745 self._print_message(self.format_usage(), file)
2746
2747 def print_help(self, file=None):
2748 if file is None:
2749 file = _sys.stdout
2750 self._print_message(self.format_help(), file)
2751
2752 def _print_message(self, message, file=None):
2753 if message:

Callers 1

__call__Method · 0.45

Calls 2

_print_messageMethod · 0.95
format_helpMethod · 0.95

Tested by

no test coverage detected