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

Method __init__

Lib/argparse.py:867–869  ·  view source on GitHub ↗
(self, argument, message)

Source from the content-addressed store, hash-verified

865 """
866
867 def __init__(self, argument, message):
868 self.argument_name = _get_action_name(argument)
869 self.message = message
870
871 def __str__(self):
872 if self.argument_name is None:

Callers

nothing calls this directly

Calls 1

_get_action_nameFunction · 0.85

Tested by

no test coverage detected