Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ get_pr_num
Function
get_pr_num
dev/merge_arrow_pr.py:587–591 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
585
586
587
def
get_pr_num():
588
if
len(sys.argv) == 2:
589
return
sys.argv[1]
590
591
return
input(
"Which pull request would you like to merge? (e.g. 34): "
)
592
593
594
def
cli():
Callers
1
cli
Function · 0.85
Calls
1
len
Function · 0.85
Tested by
no test coverage detected