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

Method __init__

Lib/threading.py:556–558  ·  view source on GitHub ↗
(self, value=1)

Source from the content-addressed store, hash-verified

554 """
555
556 def __init__(self, value=1):
557 super().__init__(value)
558 self._initial_value = value
559
560 def __repr__(self):
561 cls = self.__class__

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected