MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __call__

Method __call__

tools/python-3.11.9-amd64/Lib/argparse.py:1121–1123  ·  view source on GitHub ↗
(self, parser, namespace, values, option_string=None)

Source from the content-addressed store, hash-verified

1119 help=help)
1120
1121 def __call__(self, parser, namespace, values, option_string=None):
1122 parser.print_help()
1123 parser.exit()
1124
1125
1126class _VersionAction(Action):

Callers

nothing calls this directly

Calls 2

print_helpMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected