MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

1373 class C2(C1, metaclass=Meta, attr="__classcell__"):
1374 __slots__ = ["__classcell__"]
1375 def __init__(self):
1376 super().__init__()
1377 self.assertIsInstance(C2.__dict__["__classcell__"],
1378 types.MemberDescriptorType)
1379 c = C2()

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected