MCPcopy
hub / github.com/aio-libs/aiohttp / detach

Method detach

aiohttp/connector.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 self._transport = None
93
94 def detach(self):
95 self._transport = None
96
97 @property
98 def closed(self):

Callers 2

_create_connectionMethod · 0.95
test_detachFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_detachFunction · 0.76