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

Method __call__

lib/0xtools/argparse.py:1015–1017  ·  view source on GitHub ↗
(self, parser, namespace, values, option_string=None)

Source from the content-addressed store, hash-verified

1013 help=help)
1014
1015 def __call__(self, parser, namespace, values, option_string=None):
1016 parser.print_help()
1017 parser.exit()
1018
1019
1020class _VersionAction(Action):

Callers

nothing calls this directly

Calls 2

print_helpMethod · 0.80
exitMethod · 0.80

Tested by

no test coverage detected