MCPcopy 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
581def load_configuration():
582 config = configparser.ConfigParser()
583 config.read(os.path.expanduser(CONFIG_FILE))
584 return config
585
586
587def get_pr_num():

Callers 1

__init__Method · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected