MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / __init__

Method __init__

site-packages/matplotlib/mathtext.py:142–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 transferred to the Agg image by the Agg backend.
141 """
142 def __init__(self):
143 self.ox = 0
144 self.oy = 0
145 self.image = None
146 self.mode = 'bbox'
147 self.bbox = [0, 0, 0, 0]
148 MathtextBackend.__init__(self)
149
150 def _update_bbox(self, x1, y1, x2, y2):
151 self.bbox = [min(self.bbox[0], x1),

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected