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

Method _get_args

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

Source from the content-addressed store, hash-verified

133 return list(self.__dict__.items())
134
135 def _get_args(self):
136 return []
137
138
139def _copy_items(items):

Callers 1

__repr__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected