MCPcopy Create free account
hub / github.com/DragonisCV/RAM / run

Method run

ram/data/utils/prefetch_dataloader.py:25–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.start()
24
25 def run(self):
26 for item in self.generator:
27 self.queue.put(item)
28 self.queue.put(None)
29
30 def __next__(self):
31 next_item = self.queue.get()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected