Stream output.
(self, output_stream)
| 231 | |
| 232 | @abc.abstractmethod |
| 233 | def stream_output(self, output_stream): |
| 234 | """Stream output.""" |
| 235 | |
| 236 | @abc.abstractmethod |
| 237 | def return_output(self, output_stream): |
nothing calls this directly
no outgoing calls
no test coverage detected