MCPcopy 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
587def 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
594def cli():

Callers 1

cliFunction · 0.85

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected