Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/test_argparse.py:147–148 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
145
class
NS(object):
146
147
def
__init__(self, **kwargs):
148
self.__dict__.update(kwargs)
149
150
def
__repr__(self):
151
sorted_items = sorted(self.__dict__.items())
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
update
Method · 0.45
Tested by
no test coverage detected