Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Royalvice/DocDiff
/ __len__
Method
__len__
data/docdata.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
self.ImgTrans = ImageTransform(loadSize)[
"test"
]
36
37
def
__len__(self):
38
return
len(self.data_gt)
39
40
def
__getitem__(self, idx):
41
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected