Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ __del__
Method
__del__
modelscope/hub/commit_scheduler.py:341–343 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
339
self._file = None
340
341
def
__del__(self) -> None:
342
self.close()
343
return
super().__del__()
344
345
def
__repr__(self) -> str:
346
return
f
'<PartialFileIO file_path={self._file_path} size_limit={self._size_limit}>'
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected