MCPcopy Create free account
hub / github.com/CausalLearning/robust-unlearnable-examples / __iter__

Method __iter__

utils/data.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 self.iterator = None
116
117 def __iter__(self):
118 return iter(self.loader)
119
120 def __len__(self):
121 return len(self.loader)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected