Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ICTMCG/FakeSV
/ __len__
Method
__len__
code/utils/dataloader.py:553–554 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
551
self.wv_from_text = wv_from_text
552
553
def
__len__(self):
554
return
self.data.shape[0]
555
556
def
__getitem__(self, idx):
557
item = self.data.iloc[idx]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected