Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
# }}}
30
import
configparser
31
def
config():
32
return
configparser.ConfigParser()
33
def
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