Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
list
Class · 0.85
items
Method · 0.45
Tested by
no test coverage detected