Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/quart
/ post
Method
post
tests/test_views.py:44–45 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
42
return
"GET"
43
44
async
def
post(self) -> ResponseReturnValue:
45
return
"POST"
46
47
app.add_url_rule(
"/"
, view_func=Views.as_view(
"simple"
))
48
Callers
12
test_sync_request_context
Function · 0.45
test_json
Function · 0.45
test_implicit_json
Function · 0.45
test_implicit_json_list
Function · 0.45
test_json
Function · 0.45
test_form
Function · 0.45
test_files
Function · 0.45
test_data
Function · 0.45
test_method_view
Function · 0.45
test_create_post
Function · 0.45
test_echo
Function · 0.45
test_create_todo
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected