MCPcopy Index your code
hub / github.com/python/cpython / __call__

Method __call__

Lib/argparse.py:1247–1249  ·  view source on GitHub ↗
(self, parser, namespace, values, option_string=None)

Source from the content-addressed store, hash-verified

1245 deprecated=deprecated)
1246
1247 def __call__(self, parser, namespace, values, option_string=None):
1248 parser.print_help()
1249 parser.exit()
1250
1251
1252class _VersionAction(Action):

Callers

nothing calls this directly

Calls 2

print_helpMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected