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

Method __str__

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

Source from the content-addressed store, hash-verified

124 self.alt_t = alt_t
125
126 def __str__(self):
127 return str(self.value)
128
129 @classmethod
130 def create(cls, i, v):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected