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

Function get

code/matlab_py/bridge_ini.py:37–38  ·  view source on GitHub ↗
(D, key)

Source from the content-addressed store, hash-verified

35def keys(D):
36 return list(D.keys())
37def get(D, key):
38 return D[key]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected