MCPcopy Create free account
hub / github.com/DeepGraphLearning/S3F / __len__

Method __len__

s3f/dataset.py:257–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 return item
256
257 def __len__(self):
258 return len(self.pkl_files)
259
260 def __repr__(self):
261 lines = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected