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

Class Question

st2client/st2client/utils/interactive.py:465–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463
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 1

readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected