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

Method auto_delim

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

Source from the content-addressed store, hash-verified

3002 return hlist
3003
3004 def auto_delim(self, toks: ParseResults) -> T.Any:
3005 return self._auto_sized_delimiter(
3006 toks["left"], toks["mid"].as_list(), toks["right"])
3007
3008 def boldsymbol(self, toks: ParseResults) -> T.Any:
3009 self.push_state()

Callers

nothing calls this directly

Calls 2

_auto_sized_delimiterMethod · 0.95
as_listMethod · 0.80

Tested by

no test coverage detected