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

Method __call__

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

Source from the content-addressed store, hash-verified

882 return self.option_strings[0]
883
884 def __call__(self, parser, namespace, values, option_string=None):
885 raise NotImplementedError(_('.__call__() not defined'))
886
887
888class BooleanOptionalAction(Action):

Callers

nothing calls this directly

Calls 1

_Function · 0.70

Tested by

no test coverage detected