MCPcopy Index your code
hub / github.com/apache/zeppelin / get

Function get

python/src/main/resources/python/mpl_config.py:43–47  ·  view source on GitHub ↗

Get the configuration info given a key

(key)

Source from the content-addressed store, hash-verified

41
42
43def get(key):
44 """
45 Get the configuration info given a key
46 """
47 return _config[key]
48
49
50def _on_config_change():

Callers 8

transformMethod · 0.85
NoteImportComponentClass · 0.85
initMethod · 0.85
initMethod · 0.85
setChartXAxisFunction · 0.85
renderBeforeMethod · 0.85
refreshSettingMethod · 0.85
renderBeforeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected