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

Method dfrac

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

Source from the content-addressed store, hash-verified

2845 self._MathStyle.TEXTSTYLE, toks["num"], toks["den"])
2846
2847 def dfrac(self, toks: ParseResults) -> T.Any:
2848 return self._genfrac(
2849 "", "", self.get_state().get_current_underline_thickness(),
2850 self._MathStyle.DISPLAYSTYLE, toks["num"], toks["den"])
2851
2852 def binom(self, toks: ParseResults) -> T.Any:
2853 return self._genfrac(

Callers

nothing calls this directly

Calls 3

_genfracMethod · 0.95
get_stateMethod · 0.95

Tested by

no test coverage detected