MCPcopy
hub / github.com/dbcli/pgcli / get_config_filename

Function get_config_filename

pgcli/config.py:52–53  ·  view source on GitHub ↗
(pgclirc_file=None)

Source from the content-addressed store, hash-verified

50
51
52def get_config_filename(pgclirc_file=None):
53 return pgclirc_file or "%sconfig" % config_location()
54
55
56def get_config(pgclirc_file=None):

Callers 2

get_configFunction · 0.85
__init__Method · 0.85

Calls 1

config_locationFunction · 0.85

Tested by

no test coverage detected