MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/asyncio/proactor_events.py:610–613  ·  view source on GitHub ↗
(self, loop, sock, protocol, waiter=None,
                 extra=None, server=None)

Source from the content-addressed store, hash-verified

608 _sendfile_compatible = constants._SendfileMode.TRY_NATIVE
609
610 def __init__(self, loop, sock, protocol, waiter=None,
611 extra=None, server=None):
612 super().__init__(loop, sock, protocol, waiter, extra, server)
613 base_events._set_nodelay(sock)
614
615 def _set_extra(self, sock):
616 _set_socket_extra(self, sock)

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected