Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ getGlobalSettings
Function
getGlobalSettings
tools/marvin/marvin/sandbox/basic/basic_env.py:33–38 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
31
32
33
def
getGlobalSettings(config):
34
for
k, v in dict(config.items(
'globals'
)).items():
35
cfg = configuration()
36
cfg.name = k
37
cfg.value = v
38
yield
cfg
39
40
41
def
describeResources(config):
Callers
1
describeResources
Function · 0.70
Calls
1
configuration
Class · 0.85
Tested by
no test coverage detected