(self, args)
| 395 | # Misc |
| 396 | # ---------------------------------------- |
| 397 | def _do_log(self, args): |
| 398 | for fmt in self.output_formats: |
| 399 | if isinstance(fmt, SeqWriter): |
| 400 | fmt.writeseq(map(str, args)) |
| 401 | |
| 402 | |
| 403 | def get_rank_without_mpi_import(): |