Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ Req
Class
Req
tests/test_connector.py:266–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
proto.is_connected.return_value = True
265
266
class
Req:
267
host =
'host'
268
port = 80
269
ssl = False
270
response = unittest.mock.Mock()
271
272
conn = aiohttp.BaseConnector(loop=self.loop)
273
key = (
'host'
, 80, False)
Callers
3
test_connect
Method · 0.85
go
Method · 0.85
f
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_connect
Method · 0.68
go
Method · 0.68
f
Method · 0.68