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

Method condition

st2client/st2client/utils/interactive.py:267–268  ·  view source on GitHub ↗
(spec)

Source from the content-addressed store, hash-verified

265class ObjectReader(StringReader):
266 @staticmethod
267 def condition(spec):
268 return spec.get("type", None) == "object"
269
270 def read(self):
271 prefix = "{}.".format(self.name)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected