MCPcopy Index your code
hub / github.com/python/cpython / Exc

Class Exc

Lib/test/mapping_tests.py:455–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 self.assertRaises(TypeError, dict.fromkeys)
454
455 class Exc(Exception): pass
456
457 class baddict1(self.type2test):
458 def __init__(self, *args, **kwargs):

Callers 8

__next__Method · 0.70
__init__Method · 0.70
__next__Method · 0.70
__setitem__Method · 0.70
__eq__Method · 0.70
__hash__Method · 0.70
__repr__Method · 0.70
__eq__Method · 0.70

Calls

no outgoing calls

Tested by 8

__next__Method · 0.56
__init__Method · 0.56
__next__Method · 0.56
__setitem__Method · 0.56
__eq__Method · 0.56
__hash__Method · 0.56
__repr__Method · 0.56
__eq__Method · 0.56