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

Method get_parse_math

lib/matplotlib/text.py:1520–1522  ·  view source on GitHub ↗

Return whether mathtext parsing is considered for this `Text`.

(self)

Source from the content-addressed store, hash-verified

1518 self._parse_math = bool(parse_math)
1519
1520 def get_parse_math(self):
1521 """Return whether mathtext parsing is considered for this `Text`."""
1522 return self._parse_math
1523
1524 def set_fontname(self, fontname):
1525 """

Callers 1

_preprocess_mathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected