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

Method __iter__

utils/text_norm.py:170–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168 self.point = point
169
170 def __iter__(self):
171 for v in self.__dict__.values():
172 yield v
173
174
175# class OtherSymbol(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected