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

Method __init__

lib/matplotlib/_mathtext.py:490–497  ·  view source on GitHub ↗
(self, default_font_prop: FontProperties, load_glyph_flags: LoadFlags)

Source from the content-addressed store, hash-verified

488 }
489
490 def __init__(self, default_font_prop: FontProperties, load_glyph_flags: LoadFlags):
491 self._stix_fallback = StixFonts(default_font_prop, load_glyph_flags)
492
493 super().__init__(default_font_prop, load_glyph_flags)
494 for key, val in self._fontmap.items():
495 fullpath = findfont(val)
496 self.fontmap[key] = fullpath
497 self.fontmap[val] = fullpath
498
499 _slanted_symbols = set(r"\int \oint".split())
500

Callers

nothing calls this directly

Calls 2

StixFontsClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected