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

Method __init__

lib/matplotlib/textpath.py:26–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 DPI = 72
25
26 def __init__(self):
27 self.mathtext_parser = MathTextParser('path')
28 self._texmanager = None
29
30 def _get_font(self, prop):
31 """

Callers

nothing calls this directly

Calls 1

MathTextParserClass · 0.90

Tested by

no test coverage detected