Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ get
Method
get
tests/test_async.py:31–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
30
class
AsyncMethodView(MethodView):
31
async
def
get(self):
32
await asyncio.sleep(0)
33
return
"GET"
34
35
async
def
post(self):
36
await asyncio.sleep(0)
Callers
3
test_async_route
Function · 0.45
test_async_error_handler
Function · 0.45
test_async_before_after_request
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected