MCPcopy Index your code
hub / github.com/dbcli/pgcli / upgrade_config

Function upgrade_config

pgcli/config.py:47–49  ·  view source on GitHub ↗
(config, def_config)

Source from the content-addressed store, hash-verified

45
46
47def upgrade_config(config, def_config):
48 cfg = load_config(config, def_config)
49 cfg.write()
50
51
52def get_config_filename(pgclirc_file=None):

Callers

nothing calls this directly

Calls 1

load_configFunction · 0.85

Tested by

no test coverage detected