Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/quart
/ get
Method
get
tests/test_blueprints.py:133–134 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
132
class
Views(MethodView):
133
async
def
get(self) -> ResponseReturnValue:
134
return
"GET"
135
136
async
def
post(self) -> ResponseReturnValue:
137
return
"POST"
Callers
10
test_empty_path_with_url_prefix
Function · 0.45
test_blueprint_template_filter
Function · 0.45
test_blueprint_error_handler
Function · 0.45
test_blueprint_method_view
Function · 0.45
test_nesting_url_prefixes
Function · 0.45
test_nesting_subdomains
Function · 0.45
test_nesting_and_sibling
Function · 0.45
test_nested_blueprint
Function · 0.45
test_blueprint_renaming
Function · 0.45
test_nested_callback_order
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected