(self, exc_type, exc_val, exc_tb)
| 226 | return self.sd |
| 227 | |
| 228 | def __exit__(self, exc_type, exc_val, exc_tb): |
| 229 | del self.zf # I don't think there is a way to force closing... |
| 230 | self.zf = None |
| 231 | |
| 232 | |
| 233 | def check_valid_checkpoint_dir(checkpoint_dir: Path) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected