Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4
def
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
11
fetch(
Callers
nothing calls this directly
Calls
2
alert
Function · 0.90
len
Function · 0.85
Tested by
no test coverage detected