Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ get_needs_backport_prs_strings
Function
get_needs_backport_prs_strings
tools/backport.py:65–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
64
@functools.cache
65
def
get_needs_backport_prs_strings() -> tuple[str, ...]:
66
return
tuple(str(pr)
for
pr in get_needs_backport_pr_numbers())
67
68
69
#
Callers
nothing calls this directly
Calls
1
get_needs_backport_pr_numbers
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…