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

Method __init__

lit_gpt/utils_old.py:195–197  ·  view source on GitHub ↗
(self, file, zipfile_context)

Source from the content-addressed store, hash-verified

193
194class LazyLoadingUnpickler(pickle.Unpickler):
195 def __init__(self, file, zipfile_context):
196 super().__init__(file)
197 self.zipfile_context = zipfile_context
198
199 def find_class(self, module, name):
200 res = super().find_class(module, name)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected