(self)
| 183 | self.step += 1 |
| 184 | |
| 185 | def close(self): |
| 186 | if self.writer: |
| 187 | self.writer.Close() |
| 188 | self.writer = None |
| 189 | |
| 190 | |
| 191 | def make_output_format(format, ev_dir, log_suffix=""): |
nothing calls this directly
no outgoing calls
no test coverage detected