Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ _construct_validators
Method
_construct_validators
st2client/st2client/utils/interactive.py:106–107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
self.template =
"{0} [{default}]: "
105
106
def
_construct_validators(self):
107
self.options[
"validator"
] = MuxValidator([self.validate], self.spec)
108
109
def
_transform_response(self, response):
110
return
response
Callers
1
__init__
Method · 0.95
Calls
1
MuxValidator
Class · 0.85
Tested by
no test coverage detected