mpl.mathtext.ParserElement.leaveWhitespace

ParserElement.leaveWhitespace()[source]

Disables the skipping of whitespace before matching the characters in the C{ParserElement}’s defined pattern. This is normally only used internally by the pyparsing module, but may be needed in some whitespace-sensitive grammars.