Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ load_configuration
Function
load_configuration
dev/merge_arrow_pr.py:581–584 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
579
580
581
def
load_configuration():
582
config = configparser.ConfigParser()
583
config.read(os.path.expanduser(CONFIG_FILE))
584
return
config
585
586
587
def
get_pr_num():
Callers
1
__init__
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected