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