Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/mapping_tests.py:458–459 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
456
457
class
baddict1(self.type2test):
458
def
__init__(self, *args, **kwargs):
459
raise
Exc()
460
461
self.assertRaises(Exc, baddict1.fromkeys, [1])
462
Callers
1
__init__
Method · 0.45
Calls
1
Exc
Class · 0.70
Tested by
no test coverage detected