MCPcopy
hub / github.com/tanelpoder/0xtools / print_help

Method print_help

lib/0xtools/argparse.py:2346–2349  ·  view source on GitHub ↗
(self, file=None)

Source from the content-addressed store, hash-verified

2344 self._print_message(self.format_usage(), file)
2345
2346 def print_help(self, file=None):
2347 if file is None:
2348 file = _sys.stdout
2349 self._print_message(self.format_help(), file)
2350
2351 def print_version(self, file=None):
2352 import warnings

Callers 1

__call__Method · 0.80

Calls 2

_print_messageMethod · 0.95
format_helpMethod · 0.95

Tested by

no test coverage detected