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

Method print_usage

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

Source from the content-addressed store, hash-verified

2601 # Help-printing methods
2602 # =====================
2603 def print_usage(self, file=None):
2604 if file is None:
2605 file = _sys.stdout
2606 self._print_message(self.format_usage(), file)
2607
2608 def print_help(self, file=None):
2609 if file is None:

Callers 1

errorMethod · 0.95

Calls 2

_print_messageMethod · 0.95
format_usageMethod · 0.95

Tested by

no test coverage detected