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

Method __repr__

diffpack/dataset.py:140–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 return SideChainDataset(pdb_files, verbose=verbose, **kwargs)
139
140 def __repr__(self):
141 lines = ["#sample: %d" % len(self)]
142 return "%s( %s)" % (self.__class__.__name__, "\n ".join(lines))
143

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected