Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ get
Method
get
tests/test_views.py:194–195 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
192
193
class
ChildView(BaseView):
194
def
get(self):
195
return
"GET"
196
197
def
propfind(self):
198
return
"PROPFIND"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected