Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ test_last_modified_initial
Function
test_last_modified_initial
tests/test_web_response.py:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
117
118
def
test_last_modified_initial():
119
resp = StreamResponse()
120
assert resp.last_modified is None
121
122
123
def
test_last_modified_string():
Callers
nothing calls this directly
Calls
1
StreamResponse
Class · 0.90
Tested by
no test coverage detected