Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ GET
Method
GET
examples/webpylike/webpylike.py:22–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
self.req = req
21
22
def
GET(self):
23
raise
MethodNotAllowed()
24
25
POST = DELETE = PUT = GET
26
Callers
1
HEAD
Method · 0.95
Calls
1
MethodNotAllowed
Class · 0.90
Tested by
no test coverage detected