Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
43
def
get(key):
44
""
"
45
Get the configuration info given a key
46
""
"
47
return
_config[key]
48
49
50
def
_on_config_change():
Callers
8
transform
Method · 0.85
NoteImportComponent
Class · 0.85
init
Method · 0.85
init
Method · 0.85
setChartXAxis
Function · 0.85
renderBefore
Method · 0.85
refreshSetting
Method · 0.85
renderBefore
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected