MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / print_help

Method print_help

tools/python-3.11.9-amd64/Lib/argparse.py:2608–2611  ·  view source on GitHub ↗
(self, file=None)

Source from the content-addressed store, hash-verified

2606 self._print_message(self.format_usage(), file)
2607
2608 def print_help(self, file=None):
2609 if file is None:
2610 file = _sys.stdout
2611 self._print_message(self.format_help(), file)
2612
2613 def _print_message(self, message, file=None):
2614 if message:

Callers 1

__call__Method · 0.45

Calls 2

_print_messageMethod · 0.95
format_helpMethod · 0.95

Tested by

no test coverage detected