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

Method font

lib/matplotlib/_mathtext.py:2561–2563  ·  view source on GitHub ↗
(self, toks: ParseResults)

Source from the content-addressed store, hash-verified

2559 raise ParseFatalException(s, len(s), "Expected '}'")
2560
2561 def font(self, toks: ParseResults) -> T.Any:
2562 self.get_state().font = toks["font"]
2563 return []
2564
2565 def is_overunder(self, nucleus: Node) -> bool:
2566 if isinstance(nucleus, Char):

Callers 1

subset_font_rawFunction · 0.45

Calls 1

get_stateMethod · 0.95

Tested by

no test coverage detected