BlockIt
|
Public Member Functions | |
def | postParse |
def | suppress |
Converter for ignoring the results of a parsed expression.
Definition at line 3056 of file pyparsing.py.
def blockit::external::pyparsing::Suppress::postParse | ( | self, | |
instring, | |||
loc, | |||
tokenlist | |||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 3058 of file pyparsing.py.
def blockit::external::pyparsing::Suppress::suppress | ( | self | ) |
Suppresses the output of this ParserElement; useful to keep punctuation from cluttering up returned output.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 3061 of file pyparsing.py.