Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
connect
Method · 0.95
go
Method · 0.95
Calls
no outgoing calls
Tested by
1
go
Method · 0.76