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

Method __init__

st2client/st2client/utils/interactive.py:425–428  ·  view source on GitHub ↗
(self, schema, prefix=None, reraise=False)

Source from the content-addressed store, hash-verified

423 ]
424
425 def __init__(self, schema, prefix=None, reraise=False):
426 self.schema = schema
427 self.prefix = prefix
428 self.reraise = reraise
429
430 def initiate_dialog(self):
431 result = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected