(self, output)
| 172 | } |
| 173 | |
| 174 | def _send_output_to_destination(self, output): |
| 175 | self._send_output_to_browser(output) |
| 176 | |
| 177 | def _send_output_to_browser(self, output): |
| 178 | html_file = tempfile.NamedTemporaryFile( |
nothing calls this directly
no test coverage detected