Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ __repr__
Method
__repr__
utils/text_norm.py:73–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
return
self.simplified or self.traditional or None
72
73
def
__repr__(self):
74
return
self.__str__()
75
76
77
class
ChineseNumberUnit(ChineseChar):
Callers
nothing calls this directly
Calls
1
__str__
Method · 0.95
Tested by
no test coverage detected