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

Method __init__

lib/matplotlib/colorizer.py:704–711  ·  view source on GitHub ↗

Parameters ---------- colorizer : `.colorizer.Colorizer`

(self, colorizer, **kwargs)

Source from the content-addressed store, hash-verified

702
703 """
704 def __init__(self, colorizer, **kwargs):
705 """
706 Parameters
707 ----------
708 colorizer : `.colorizer.Colorizer`
709 """
710 _api.check_isinstance(Colorizer, colorizer=colorizer)
711 super().__init__(colorizer=colorizer, **kwargs)
712
713 @property
714 def colorizer(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected