MCPcopy
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_connectMethod · 0.85
goMethod · 0.85
fMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_connectMethod · 0.68
goMethod · 0.68
fMethod · 0.68