MCPcopy 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

ExcClass · 0.70

Tested by

no test coverage detected