Write the tail end of the output and close it, if applicable. Override if you want to print a summary or are writing to a file.
(self)
| 38 | self._cwd = None |
| 39 | |
| 40 | def close(self): |
| 41 | """Write the tail end of the output and close it, if applicable. |
| 42 | |
| 43 | Override if you want to print a summary or are writing to a file. |
| 44 | """ |
| 45 | pass |
| 46 | |
| 47 | ### |
| 48 | # Output methods: these should all print/output directly. |
no outgoing calls
no test coverage detected