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

Method __init__

lib/matplotlib/backend_bases.py:154–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 * `draw_quad_mesh`
153 """
154 def __init__(self):
155 super().__init__()
156 self._texmanager = None
157 self._text2path = text.TextToPath()
158 self._raster_depth = 0
159 self._rasterizing = False
160
161 def open_group(self, s, gid=None):
162 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected