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

Method __enter__

lit_gpt/utils_old.py:225–226  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223 self.sd = mup.load()
224
225 def __enter__(self):
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...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected