MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / __getitem__

Method __getitem__

tasks/base_task.py:42–43  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

40 return self.sizes
41
42 def __getitem__(self, index):
43 raise NotImplementedError
44
45 def collater(self, samples):
46 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected