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

Method _get_args

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

Source from the content-addressed store, hash-verified

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

Callers 1

__repr__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected