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

Method binom

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

Source from the content-addressed store, hash-verified

2850 self._MathStyle.DISPLAYSTYLE, toks["num"], toks["den"])
2851
2852 def binom(self, toks: ParseResults) -> T.Any:
2853 return self._genfrac(
2854 "(", ")", 0,
2855 self._MathStyle.TEXTSTYLE, toks["num"], toks["den"])
2856
2857 def _genset(self, s: str, loc: int, toks: ParseResults) -> T.Any:
2858 annotation = toks["annotation"]

Callers

nothing calls this directly

Calls 1

_genfracMethod · 0.95

Tested by

no test coverage detected