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

Method __len__

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

Source from the content-addressed store, hash-verified

77 self.transform = transform
78
79 def __len__(self):
80 return len(self.mutated_sequences)
81
82 def truncate(self, sequence_graph, structure_graph, surface_graph=None):
83 num_residue = structure_graph.num_residue

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected