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

Method __iter__

utils/imagenet_utils.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 self.iterator = None
110
111 def __iter__(self):
112 return iter(self.loader)
113
114 def __len__(self):
115 return len(self.loader)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected