Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ __init__
Method
__init__
web/webapi.py:163–164 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
""
"A `304 Not Modified` status."
""
162
163
def
__init__(self):
164
HTTPError.__init__(self,
"304 Not Modified"
)
165
166
167
notmodified = NotModified
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected