MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / write

Function write

code/matlab_py/bridge_ini_w.py:36–38  ·  view source on GitHub ↗
(config, ini_file)

Source from the content-addressed store, hash-verified

34 config[section] = data
35 return config
36def write(config, ini_file):
37 with open(ini_file, 'w') as fh:
38 config.write(fh)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected