Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fetch_handler
Function
fetch_handler
wasm/demo/snippets/fetch.py:4–5 ·
view source on GitHub ↗
(res)
Source
from the content-addressed store, hash-verified
2
3
4
def
fetch_handler(res):
5
print(f
"headers: {res['headers']}"
)
6
7
8
fetch(
Callers
nothing calls this directly
Calls
1
print
Function · 0.50
Tested by
no test coverage detected