Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_client
Function · 0.95
find_port
Function · 0.45
run_aiohttp
Function · 0.45
tearDown
Method · 0.45
test_close
Method · 0.45
test_override_flow_control
Method · 0.45
test_close_deprecated
Method · 0.45
tearDown
Method · 0.45
test_no_content_length
Method · 0.45
test_no_content_length2
Method · 0.45
test_content_type_auto_header_get
Method · 0.45
test_content_type_auto_header_form
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected