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

Method release

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

Source from the content-addressed store, hash-verified

203 self._protocol = None
204
205 def release(self) -> None:
206 self._notify_release()
207
208 if self._protocol is not None:
209 self._connector._release(self._key, self._protocol)
210 self._protocol = None
211
212 @property
213 def closed(self) -> bool:

Callers 15

test_releaseFunction · 0.95
test_release_releasedFunction · 0.95
_requestMethod · 0.45
test_connect_tracingFunction · 0.45
fFunction · 0.45
test_connect_with_limitFunction · 0.45

Calls 2

_notify_releaseMethod · 0.95
_releaseMethod · 0.80