MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / __exit__

Method __exit__

lit_gpt/utils_old.py:228–230  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

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
233def check_valid_checkpoint_dir(checkpoint_dir: Path) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected