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

Method _get_kwargs

Lib/argparse.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 return '%s(%s)' % (type_name, ', '.join(arg_strings))
131
132 def _get_kwargs(self):
133 return list(self.__dict__.items())
134
135 def _get_args(self):
136 return []

Callers 1

__repr__Method · 0.95

Calls 2

listClass · 0.85
itemsMethod · 0.45

Tested by

no test coverage detected