Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __init__
Method
__init__
tools/python-3.11.9-amd64/Lib/threading.py:562–564 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
560
# After Tim Peters' event class (without is_posted())
561
562
def
__init__(self):
563
self._cond = Condition(Lock())
564
self._flag = False
565
566
def
__repr__(self):
567
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