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

Function config

code/matlab_py/bridge_ini_w.py:31–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29# }}}
30import configparser
31def config():
32 return configparser.ConfigParser()
33def add_section(config, section, data):
34 config[section] = data
35 return config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected