Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ go
Method
go
tests/test_connector.py:113–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
def
test_create_conn(self):
112
113
def
go():
114
conn = aiohttp.BaseConnector(loop=self.loop)
115
with
self.assertRaises(NotImplementedError):
116
yield
from
conn._create_connection(object())
117
118
self.loop.run_until_complete(go())
119
Callers
nothing calls this directly
Calls
7
_create_connection
Method · 0.95
connect
Method · 0.95
close
Method · 0.95
Req
Class · 0.85
f
Function · 0.85
release
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected