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

Method create_unix_connection

Lib/asyncio/events.py:443–449  ·  view source on GitHub ↗
(
            self, protocol_factory, path=None, *,
            ssl=None, sock=None,
            server_hostname=None,
            ssl_handshake_timeout=None,
            ssl_shutdown_timeout=None)

Source from the content-addressed store, hash-verified

441 raise NotImplementedError
442
443 async def create_unix_connection(
444 self, protocol_factory, path=None, *,
445 ssl=None, sock=None,
446 server_hostname=None,
447 ssl_handshake_timeout=None,
448 ssl_shutdown_timeout=None):
449 raise NotImplementedError
450
451 async def create_unix_server(
452 self, protocol_factory, path=None, *,

Calls

no outgoing calls