Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_font_constants
Method
get_font_constants
lib/matplotlib/_mathtext.py:345–346 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
343
return
[(fontname, sym)]
344
345
def
get_font_constants(self) -> type[FontConstantsBase]:
346
return
FontConstantsBase
347
348
349
class
TruetypeFonts(Fonts, metaclass=abc.ABCMeta):
Callers
5
get_axis_height
Method · 0.45
get_quad
Method · 0.45
get_xheight
Method · 0.45
subsuper
Method · 0.45
_genfrac
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected