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

Method __iter__

modules/parallel_wavegan/utils/utils.py:163–165  ·  view source on GitHub ↗

Return the iterator of the scp file.

(self)

Source from the content-addressed store, hash-verified

161 return len(self.data)
162
163 def __iter__(self):
164 """Return the iterator of the scp file."""
165 return iter(self.data)
166
167 def keys(self):
168 """Return the keys of the scp file."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected