Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMOSS/rope_pp
/ __len__
Method
__len__
utils/dataset_utils.py:149–150 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
147
self.token_buffer = dataset_ckpt[
'token_buffer'
]
148
149
def
__len__(self):
150
return
self.len
151
152
def
__getitem__(self, _):
153
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected