MCPcopy Create free account
hub / github.com/StackStorm/st2 / set_config

Function set_config

st2client/st2client/config.py:32–42  ·  view source on GitHub ↗

Store parsing config object. :type config: ``dict`` :rtype: ``dict``

(config)

Source from the content-addressed store, hash-verified

30
31
32def set_config(config):
33 """
34 Store parsing config object.
35
36 :type config: ``dict``
37
38 :rtype: ``dict``
39 """
40 global CONFIG
41 CONFIG = config
42 return config

Callers 1

runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected