Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zai-org/CodeGeeX
/ __len__
Method
__len__
codegeex/mindspore/src/sat_dataset.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
self.eod_id = eod_id
61
62
def
__len__(self):
63
return
len(self.dataset)
64
65
def
__getitem__(self, idx):
66
item = self.dataset[idx][0]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected