MCPcopy 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
33def 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
41def describeResources(config):

Callers 1

describeResourcesFunction · 0.70

Calls 1

configurationClass · 0.85

Tested by

no test coverage detected