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

Method __init__

st2client/st2client/utils/interactive.py:466–470  ·  view source on GitHub ↗
(self, message, spec=None)

Source from the content-addressed store, hash-verified

464
465class Question(StringReader):
466 def __init__(self, message, spec=None):
467 if not spec:
468 spec = {}
469
470 super(Question, self).__init__(message, spec)

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected