Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ test_stream_response_ctor
Function
test_stream_response_ctor
tests/test_web_response.py:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
36
37
def
test_stream_response_ctor():
38
resp = StreamResponse()
39
assert 200 == resp.status
40
assert resp.keep_alive is None
41
42
43
def
test_content_length():
Callers
nothing calls this directly
Calls
1
StreamResponse
Class · 0.90
Tested by
no test coverage detected