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