Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __init__
Method
__init__
Lib/threading.py:602–604 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
600
# After Tim Peters' event class (without is_posted())
601
602
def
__init__(self):
603
self._cond = Condition(Lock())
604
self._flag = False
605
606
def
__repr__(self):
607
cls = self.__class__
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
2
Condition
Class · 0.70
Lock
Class · 0.50
Tested by
no test coverage detected