MCPcopy
hub / github.com/aio-libs/aiohttp / _create_connection

Method _create_connection

aiohttp/connector.py:389–390  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

387
388 @asyncio.coroutine
389 def _create_connection(self, req):
390 raise NotImplementedError()
391
392
393_SSL_OP_NO_COMPRESSION = getattr(ssl, "OP_NO_COMPRESSION", 0)

Callers 2

connectMethod · 0.95
goMethod · 0.95

Calls

no outgoing calls

Tested by 1

goMethod · 0.76