Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
140
def
_copy_items(items):
Callers
1
__repr__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected