Get the precision for the FixedPrecision Encoder. Returns: int: precision.
(self)
| 93 | |
| 94 | @property |
| 95 | def precision(self): |
| 96 | """Get the precision for the FixedPrecision Encoder. |
| 97 | |
| 98 | Returns: |
| 99 | int: precision. |
| 100 | """ |
| 101 | return self._precision |
| 102 | |
| 103 | @precision.setter |
| 104 | def precision(self, precision: int) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected