(self)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected