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

Method __str__

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

Source from the content-addressed store, hash-verified

88 self.big_t = big_t
89
90 def __str__(self):
91 return '10^{}'.format(self.power)
92
93 @classmethod
94 def create(cls, index, value, numbering_type=NUMBERING_TYPES[1], small_unit=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected