Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/asyncio/unix_events.py:906–908 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
904
""
"
905
906
def
__init__(self):
907
self._pid_counter = itertools.count(0)
908
self._threads = {}
909
910
def
__del__(self, _warn=warnings.warn):
911
threads = [thread
for
thread in list(self._threads.values())
Callers
3
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected