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

Method _transform_response

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

Source from the content-addressed store, hash-verified

318 self.template += ": "
319
320 def _transform_response(self, response):
321 return [item.strip() for item in response.split(",")]
322
323
324class ArrayObjectReader(StringReader):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected