Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMOSS/rope_pp
/ __len__
Method
__len__
utils/dataset_utils.py:202–203 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
self.valid_length = valid_length
201
202
def
__len__(self):
203
return
self.len
204
205
def
__getitem__(self, idx):
206
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected