Generate the lookup table, ``self._lut``.
(self)
| 974 | return new_cm |
| 975 | |
| 976 | def _init(self): |
| 977 | """Generate the lookup table, ``self._lut``.""" |
| 978 | raise NotImplementedError("Abstract class only") |
| 979 | |
| 980 | def _ensure_inited(self): |
| 981 | if not self._isinit: |
no outgoing calls
no test coverage detected