Return the type of UnitDbl data.
(self)
| 125 | return f"UnitDbl({self._value:g}, '{self._units}')" |
| 126 | |
| 127 | def type(self): |
| 128 | """Return the type of UnitDbl data.""" |
| 129 | return self._types[self._units] |
| 130 | |
| 131 | @staticmethod |
| 132 | def range(start, stop, step=None): |
no outgoing calls