MCPcopy
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_connectionMethod · 0.95
connectMethod · 0.95
closeMethod · 0.95
ReqClass · 0.85
fFunction · 0.85
releaseMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected