Return whether mathtext parsing is considered for this `Text`.
(self)
| 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 | """ |