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

Method __init__

utils/text_norm.py:566–568  ·  view source on GitHub ↗
(self, money=None, chntext=None)

Source from the content-addressed store, hash-verified

564 """
565
566 def __init__(self, money=None, chntext=None):
567 self.money = money
568 self.chntext = chntext
569
570 # def chntext2money(self):
571 # return self.money

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected