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

Function _read_groups

tools/config_gen.py:153–158  ·  view source on GitHub ↗
(opt_groups)

Source from the content-addressed store, hash-verified

151
152
153def _read_groups(opt_groups):
154 opt_groups = collections.OrderedDict(sorted(opt_groups.items()))
155 for name, opt_group in six.iteritems(opt_groups):
156 print("[%s]" % name)
157 _read_group(opt_group)
158 print("")
159
160
161def _print_options(opt_group, options):

Callers 1

mainFunction · 0.85

Calls 1

_read_groupFunction · 0.85

Tested by

no test coverage detected