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

Method __exit__

lit_gpt/utils.py:266–267  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

264 return key
265
266 def __exit__(self, type, value, traceback):
267 self.zipfile.write_end_of_file()
268
269
270T = TypeVar('T')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected