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

Method start_group

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

Source from the content-addressed store, hash-verified

2785 return Hlist(toks[0])
2786
2787 def start_group(self, s, loc, toks):
2788 self.push_state()
2789 # Deal with LaTeX-style font tokens
2790 if len(toks):
2791 self.get_state().font = toks[0][4:]
2792 return []
2793
2794 def group(self, s, loc, toks):
2795 grp = Hlist(toks[0])

Callers

nothing calls this directly

Calls 2

push_stateMethod · 0.95
get_stateMethod · 0.95

Tested by

no test coverage detected