Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ view_prs
Function
view_prs
tools/backport.py:574–575 ·
view source on GitHub ↗
(commits)
Source
from the content-addressed store, hash-verified
572
573
574
def
view_prs(commits):
575
run([
"gh"
,
"pr"
,
"view"
,
"-w"
, [str(commit.pr_number)
for
commit in commits]])
576
577
578
def
print_commits(commits):
Callers
2
show_missing_changelogs
Function · 0.85
show_not_backported
Function · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…