Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/asyncio/windows_events.py:55–59 ·
view source on GitHub ↗
(self, ov, *, loop=None)
Source
from the content-addressed store, hash-verified
53
""
"
54
55
def
__init__(self, ov, *, loop=None):
56
super().__init__(loop=loop)
57
if
self._source_traceback:
58
del self._source_traceback[-1]
59
self._ov = ov
60
61
def
_repr_info(self):
62
info = super()._repr_info()
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected