MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _init

Method _init

lib/matplotlib/colors.py:976–978  ·  view source on GitHub ↗

Generate the lookup table, ``self._lut``.

(self)

Source from the content-addressed store, hash-verified

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:

Callers 2

_ensure_initedMethod · 0.95
__eq__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected