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

Method __init__

utils/text_norm.py:165–168  ·  view source on GitHub ↗
(self, positive, negative, point)

Source from the content-addressed store, hash-verified

163 """
164
165 def __init__(self, positive, negative, point):
166 self.positive = positive
167 self.negative = negative
168 self.point = point
169
170 def __iter__(self):
171 for v in self.__dict__.values():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected