MCPcopy Create free account
hub / github.com/THUDM/GLM / __len__

Method __len__

data_utils/lazy_loader.py:226–227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

224 return rtn
225
226 def __len__(self):
227 return len(self.ends)
228
229 def file_read(self, start=0, end=None):
230 """read specified portion of file"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected