Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monalissaa/DisenDiff
/ __getitem__
Method
__getitem__
train.py:347–348 ·
view source on GitHub ↗
(self, idx)
Source
from the content-addressed store, hash-verified
345
return
len(self.data)
346
347
def
__getitem__(self, idx):
348
return
self.data[idx]
349
350
351
def
worker_init_fn(_):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected