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

Method __init__

Lib/test/test_threading.py:2135–2136  ·  view source on GitHub ↗
(self, a, *, b)

Source from the content-addressed store, hash-verified

2133 # Subtypes with custom `__init__` are allowed (but, not recommended):
2134 class CustomRLock(self.locktype):
2135 def __init__(self, a, *, b) -> None:
2136 super().__init__()
2137
2138 with warnings.catch_warnings(record=True) as warnings_log:
2139 CustomRLock(1, b=2)

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected