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

Method close

tests/conftest.py:215–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 self._url = url
214
215 def close(self):
216 self._session.close()
217
218 def get(self, path, **kwargs):
219 while path.startswith('/'):

Callers 15

create_app_and_clientFunction · 0.95
find_portFunction · 0.45
run_aiohttpFunction · 0.45
tearDownMethod · 0.45
test_closeMethod · 0.45
test_close_deprecatedMethod · 0.45
tearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected