(self, response)
| 318 | self.template += ": " |
| 319 | |
| 320 | def _transform_response(self, response): |
| 321 | return [item.strip() for item in response.split(",")] |
| 322 | |
| 323 | |
| 324 | class ArrayObjectReader(StringReader): |
nothing calls this directly
no outgoing calls
no test coverage detected