Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CausalLearning/robust-unlearnable-examples
/ __len__
Method
__len__
utils/data.py:120–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
return
iter(self.loader)
119
120
def
__len__(self):
121
return
len(self.loader)
122
123
def
__next__(self):
124
if
self.iterator is None:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected