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

Method get_basefile

lib/matplotlib/texmanager.py:188–192  ·  view source on GitHub ↗

Return a filename based on a hash of the string, fontsize, and dpi.

(cls, tex, fontsize, dpi=None)

Source from the content-addressed store, hash-verified

186
187 @classmethod
188 def get_basefile(cls, tex, fontsize, dpi=None): # Kept for backcompat.
189 """
190 Return a filename based on a hash of the string, fontsize, and dpi.
191 """
192 return str(cls._get_base_path(tex, fontsize, dpi))
193
194 @classmethod
195 def get_font_preamble(cls):

Callers

nothing calls this directly

Calls 1

_get_base_pathMethod · 0.80

Tested by

no test coverage detected