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

Method read

st2client/st2client/utils/interactive.py:270–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

268 return spec.get("type", None) == "object"
269
270 def read(self):
271 prefix = "{}.".format(self.name)
272
273 result = InteractiveForm(
274 self.spec.get("properties", {}), prefix=prefix, reraise=True
275 ).initiate_dialog()
276
277 return result
278
279
280class ArrayReader(StringReader):

Callers

nothing calls this directly

Calls 4

InteractiveFormClass · 0.85
initiate_dialogMethod · 0.80
formatMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected