MCPcopy Create free account
hub / github.com/apple/ml-pointersect / __enter__

Method __enter__

cdslib/core/script/base_train.py:253–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 ) # these are the training state that should be loaded when resuming.
252
253 def __enter__(self):
254 return self
255
256 def __exit__(self, exc_type, exc_val, exc_tb):
257 self._cleanup()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected