MCPcopy Index your code
hub / github.com/RustPython/RustPython / fetch_handler

Function fetch_handler

wasm/example/src/main.py:4–8  ·  view source on GitHub ↗
(repos)

Source from the content-addressed store, hash-verified

2
3
4def fetch_handler(repos):
5 star_sum = 0
6 for repo in repos:
7 star_sum += repo["stars"]
8 alert(f"Average github trending star count: {star_sum / len(repos)}")
9
10
11fetch(

Callers

nothing calls this directly

Calls 2

alertFunction · 0.90
lenFunction · 0.85

Tested by

no test coverage detected