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

Method end_group

lib/matplotlib/_mathtext.py:2554–2556  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2552 optional_group = required_group
2553
2554 def end_group(self) -> T.Any:
2555 self.pop_state()
2556 return []
2557
2558 def unclosed_group(self, s: str, loc: int, toks: ParseResults) -> T.Any:
2559 raise ParseFatalException(s, len(s), "Expected '}'")

Callers

nothing calls this directly

Calls 1

pop_stateMethod · 0.95

Tested by

no test coverage detected