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

Method __init__

Lib/test/test_class.py:816–817  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

814 def testClassCallRecursionLimit(self):
815 class C:
816 def __init__(self):
817 self.c = C()
818
819 with self.assertRaises(RecursionError):
820 C()

Callers

nothing calls this directly

Calls 1

CClass · 0.70

Tested by

no test coverage detected