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

Method __repr__

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

Source from the content-addressed store, hash-verified

258 return len(self.pkl_files)
259
260 def __repr__(self):
261 lines = [
262 "#sample: %d" % len(self),
263 ]
264 return "%s(\n %s\n)" % (self.__class__.__name__, "\n ".join(lines))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected