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

Function _fontfile

lib/matplotlib/dviread.py:1339–1340  ·  view source on GitHub ↗
(cls, suffix, texname)

Source from the content-addressed store, hash-verified

1337
1338@lru_cache
1339def _fontfile(cls, suffix, texname):
1340 return cls(find_tex_file(texname + suffix))
1341
1342
1343_tfmfile = partial(_fontfile, Tfm, ".tfm")

Callers

nothing calls this directly

Calls 1

find_tex_fileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…