(self)
| 251 | ) # these are the training state that should be loaded when resuming. |
| 252 | |
| 253 | def __enter__(self): |
| 254 | return self |
| 255 | |
| 256 | def __exit__(self, exc_type, exc_val, exc_tb): |
| 257 | self._cleanup() |
nothing calls this directly
no outgoing calls
no test coverage detected