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

Method pop_state

lib/matplotlib/_mathtext.py:2318–2320  ·  view source on GitHub ↗

Pop a `State` off of the stack.

(self)

Source from the content-addressed store, hash-verified

2316 return self._state_stack[-1]
2317
2318 def pop_state(self) -> None:
2319 """Pop a `State` off of the stack."""
2320 self._state_stack.pop()
2321
2322 def push_state(self) -> None:
2323 """Push a new `State` onto the stack, copying the current state."""

Callers 5

mathMethod · 0.95
textMethod · 0.95
operatornameMethod · 0.95
end_groupMethod · 0.95
boldsymbolMethod · 0.95

Calls 1

popMethod · 0.45

Tested by

no test coverage detected