Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/quart
/ echo
Function
echo
tests/test_testing.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
@app.route(
"/"
, methods=methods)
31
async
def
echo() -> str:
32
return
request.method
33
34
client = Client(app)
35
Callers
nothing calls this directly
Calls
5
jsonify
Function · 0.90
get_json
Method · 0.45
get_data
Method · 0.45
get
Method · 0.45
set_cookie
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…