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

Method group

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

Source from the content-addressed store, hash-verified

2543 return []
2544
2545 def group(self, toks: ParseResults) -> T.Any:
2546 grp = Hlist(toks.get("group", []))
2547 return [grp]
2548
2549 def required_group(self, toks: ParseResults) -> T.Any:
2550 return Hlist(toks.get("group", []))

Callers 12

test_formattersFunction · 0.80
implFunction · 0.80
get_aliasesMethod · 0.80
get_valid_valuesMethod · 0.80
_parse_encFunction · 0.80
_escapeMethod · 0.80
_tokenizeFunction · 0.80
test_bboxFunction · 0.80
test_mathtext_fallbackFunction · 0.80
test_webaggFunction · 0.80
check_duplicatesFunction · 0.80
fancyarrow_demo.pyFile · 0.80

Calls 2

HlistClass · 0.85
getMethod · 0.45

Tested by 4

test_formattersFunction · 0.64
test_bboxFunction · 0.64
test_mathtext_fallbackFunction · 0.64
test_webaggFunction · 0.64