Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ get
Method
get
tests/test_views.py:30–31 · tests/test_views.py::Index.get
(self)
Source
from the content-addressed store, hash-verified
28
def
test_method_based_view(app):
29
class
Index(flask.views.MethodView):
30
def
get(self):
31
return
class
="st">"GET"
32
33
def
post(self):
34
return
class
="st">"POST"
Callers
15
g
Method · 0.45
test_greenlet_context_copying
Method · 0.45
test_greenlet_context_copying_api
Method · 0.45
test_session_error_pops_context
Function · 0.45
get
Function · 0.45
get_dynamic_cookie
Function · 0.45
test_session_dynamic_cookie_name
Function · 0.45
test_normal_environ_completes
Function · 0.45
test_blueprint_specific_error_handling
Function · 0.45
test_blueprint_specific_user_error_handling
Function · 0.45
test_blueprint_app_error_handling
Function · 0.45
test_blueprint_prefix_slash
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected