Generate the lookup table, ``self._lut``.
(self)
| 2023 | return new_cm |
| 2024 | |
| 2025 | def _init(self): |
| 2026 | """Generate the lookup table, ``self._lut``.""" |
| 2027 | raise NotImplementedError("Abstract class only") |
| 2028 | |
| 2029 | @property |
| 2030 | def shape(self): |
no outgoing calls
no test coverage detected