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

Method get_state

site-packages/matplotlib/mathtext.py:2553–2557  ·  view source on GitHub ↗

Get the current :class:`State` of the parser.

(self)

Source from the content-addressed store, hash-verified

2551 font = property(_get_font, _set_font)
2552
2553 def get_state(self):
2554 """
2555 Get the current :class:`State` of the parser.
2556 """
2557 return self._state_stack[-1]
2558
2559 def pop_state(self):
2560 """

Callers 15

push_stateMethod · 0.95
non_mathMethod · 0.95
_make_spaceMethod · 0.95
symbolMethod · 0.95
c_over_cMethod · 0.95
accentMethod · 0.95
functionMethod · 0.95
operatornameMethod · 0.95
start_groupMethod · 0.95
fontMethod · 0.95
subsuperMethod · 0.95
_genfracMethod · 0.95

Calls

no outgoing calls

Tested by 1

__enter__Method · 0.64