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

Method _transform_response

st2client/st2client/utils/interactive.py:201–202  ·  view source on GitHub ↗
(self, response)

Source from the content-addressed store, hash-verified

199 self.template += ": "
200
201 def _transform_response(self, response):
202 return int(response)
203
204
205class SecretStringReader(StringReader):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected