Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ post
Method
post
tests/test_async.py:35–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
return
"GET"
34
35
async
def
post(self):
36
await asyncio.sleep(0)
37
return
"POST"
38
39
40
@pytest.fixture(name=
"async_app"
)
Callers
1
test_async_route
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected