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:100–101 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
98
)
99
100
def
__len__(self):
101
return
self.bin.shape[0]
102
103
def
__getitem__(self, index):
104
print(f
"Get text: {index}"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected