(cls, suffix, texname)
| 1337 | |
| 1338 | @lru_cache |
| 1339 | def _fontfile(cls, suffix, texname): |
| 1340 | return cls(find_tex_file(texname + suffix)) |
| 1341 | |
| 1342 | |
| 1343 | _tfmfile = partial(_fontfile, Tfm, ".tfm") |
nothing calls this directly
no test coverage detected
searching dependent graphs…