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

Method __init__

st2client/st2client/utils/interactive.py:357–360  ·  view source on GitHub ↗
(self, name, spec, prefix=None)

Source from the content-addressed store, hash-verified

355
356class ArrayEnumReader(EnumReader):
357 def __init__(self, name, spec, prefix=None):
358 self.items = spec.get("items", {})
359
360 super(ArrayEnumReader, self).__init__(name, spec, prefix)
361
362 @staticmethod
363 def condition(spec):

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected