MCPcopy
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
65def 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

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…