MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / _write_main_config

Function _write_main_config

SLiCAP/SLiCAPconfigure.py:408–410  ·  view source on GitHub ↗
(config_dict)

Source from the content-addressed store, hash-verified

406 config_dict.write(f)
407
408def _write_main_config(config_dict):
409 with open(_get_home_path() + "SLiCAP.ini", "w") as f:
410 config_dict.write(f)
411
412def _update_project_config():
413 config_dict = _read_project_config()

Callers 2

_read_main_configFunction · 0.85
_update_ini_filesFunction · 0.85

Calls 2

_get_home_pathFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected