Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/asyncio/proactor_events.py:334–336 ·
view source on GitHub ↗
(self, *args, **kw)
Source
from the content-addressed store, hash-verified
332
_start_tls_compatible = True
333
334
def
__init__(self, *args, **kw):
335
super().__init__(*args, **kw)
336
self._empty_waiter = None
337
338
def
write(self, data):
339
if
not isinstance(data, (bytes, bytearray, memoryview)):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected