MCPcopy Create free account
hub / github.com/apache/madlib / print_usage

Method print_usage

src/madpack/argparse.py:2328–2331  ·  view source on GitHub ↗
(self, file=None)

Source from the content-addressed store, hash-verified

2326 # Help-printing methods
2327 # =====================
2328 def print_usage(self, file=None):
2329 if file is None:
2330 file = _sys.stdout
2331 self._print_message(self.format_usage(), file)
2332
2333 def print_help(self, file=None):
2334 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