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

Method effects

lib/matplotlib/dviread.py:797–800  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

795
796 @cached_property
797 def effects(self):
798 if self.resolve_path().match("*.600pk"):
799 return {}
800 return PsfontsMap(find_tex_file("pdftex.map"))[self.texname].effects
801
802 def _index_dvi_to_freetype(self, idx):
803 """Convert dvi glyph indices to FreeType ones."""

Callers

nothing calls this directly

Calls 3

resolve_pathMethod · 0.95
PsfontsMapClass · 0.85
find_tex_fileFunction · 0.85

Tested by

no test coverage detected