MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / font

Method font

site-packages/matplotlib/mathtext.py:2803–2807  ·  view source on GitHub ↗
(self, s, loc, toks)

Source from the content-addressed store, hash-verified

2801 return []
2802
2803 def font(self, s, loc, toks):
2804 assert len(toks)==1
2805 name = toks[0]
2806 self.get_state().font = name
2807 return []
2808
2809 def is_overunder(self, nucleus):
2810 if isinstance(nucleus, Char):

Callers

nothing calls this directly

Calls 1

get_stateMethod · 0.95

Tested by

no test coverage detected