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

Method __init__

Lib/test/test_descr.py:1459–1460  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1457 class C2(C1, metaclass=Meta, attr="__classcell__"):
1458 __slots__ = ["__classcell__"]
1459 def __init__(self):
1460 super().__init__()
1461 self.assertIsInstance(C2.__dict__["__classcell__"],
1462 types.MemberDescriptorType)
1463 c = C2()

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected