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

Method __init__

st2client/st2client/utils/interactive.py:44–48  ·  view source on GitHub ↗
(self, validators, spec)

Source from the content-addressed store, hash-verified

42
43class MuxValidator(validation.Validator):
44 def __init__(self, validators, spec):
45 super(MuxValidator, self).__init__()
46
47 self.validators = validators
48 self.spec = spec
49
50 def validate(self, document):
51 input = document.text

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected