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

Method required_group

lib/matplotlib/_mathtext.py:2549–2550  ·  view source on GitHub ↗
(self, toks: ParseResults)

Source from the content-addressed store, hash-verified

2547 return [grp]
2548
2549 def required_group(self, toks: ParseResults) -> T.Any:
2550 return Hlist(toks.get("group", []))
2551
2552 optional_group = required_group
2553

Callers 1

__init__Method · 0.80

Calls 2

HlistClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected