Scale for the FixedPrecision Encoder. Returns: int: the scale.
(self)
| 123 | |
| 124 | @property |
| 125 | def scale(self) -> int: |
| 126 | """Scale for the FixedPrecision Encoder. |
| 127 | |
| 128 | Returns: |
| 129 | int: the scale. |
| 130 | """ |
| 131 | return self._scale |
| 132 | |
| 133 | def __str__(self) -> str: |
| 134 | """Representation. |
nothing calls this directly
no outgoing calls
no test coverage detected