Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drinkingcoder/NeuralMarker
/ __getitem__
Method
__getitem__
core/datasets.py:201–202 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
199
return
im, im_path
200
201
def
__getitem__(self, index):
202
pass
203
204
def
__len___(self):
205
return
len(self.images_list)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected