Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OPPO-Mente-Lab/X2I
/ __del__
Method
__del__
core/data/dataloader.py:175–176 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
self._preprocess_thread.join()
174
175
def
__del__(self):
176
self._shutdown_workers()
177
178
179
class
_PreprocessMultiProcessingDataLoaderIter(_MultiProcessingDataLoaderIter):
Callers
nothing calls this directly
Calls
1
_shutdown_workers
Method · 0.95
Tested by
no test coverage detected