Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ NotModified
Class
NotModified
aleph/views/context.py:25–28 ·
view source on GitHub ↗
Converts to HTTP status 304.
Source
from the content-addressed store, hash-verified
23
24
25
class
NotModified(Exception):
26
""
"Converts to HTTP status 304."
""
27
28
pass
29
30
31
def
handle_not_modified(exc):
Callers
1
enable_cache
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected