Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-pointersect
/ __exit__
Method
__exit__
cdslib/core/script/base_train.py:256–257 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
254
return
self
255
256
def
__exit__(self, exc_type, exc_val, exc_tb):
257
self._cleanup()
258
259
def
_register_var_to_save(
260
self,
Callers
nothing calls this directly
Calls
1
_cleanup
Method · 0.95
Tested by
no test coverage detected