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

Method __exit__

lit_gpt/utils_old.py:403–404  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

401 return key
402
403 def __exit__(self, type, value, traceback):
404 self.zipfile.write_end_of_file()
405
406
407T = TypeVar("T")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected