MCPcopy 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
4def fetch_handler(res):
5 print(f"headers: {res['headers']}")
6
7
8fetch(

Callers

nothing calls this directly

Calls 1

printFunction · 0.50

Tested by

no test coverage detected