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

Method __call__

src/madpack/argparse.py:1022–1024  ·  view source on GitHub ↗
(self, parser, namespace, values, option_string=None)

Source from the content-addressed store, hash-verified

1020 help=help)
1021
1022 def __call__(self, parser, namespace, values, option_string=None):
1023 parser.print_help()
1024 parser.exit()
1025
1026
1027class _VersionAction(Action):

Callers

nothing calls this directly

Calls 2

print_helpMethod · 0.80
exitMethod · 0.80

Tested by

no test coverage detected