MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / __del__

Method __del__

lib/utils/data/dataloader.py:336–338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334 self.worker_pids_set = False
335
336 def __del__(self):
337 if self.num_workers > 0:
338 self._shutdown_workers()
339
340
341class DataLoader(object):

Callers

nothing calls this directly

Calls 1

_shutdown_workersMethod · 0.95

Tested by

no test coverage detected