MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

801 """
802
803 def __init__(self, argument, message):
804 self.argument_name = _get_action_name(argument)
805 self.message = message
806
807 def __str__(self):
808 if self.argument_name is None:

Callers

nothing calls this directly

Calls 1

_get_action_nameFunction · 0.85

Tested by

no test coverage detected