Package spade :: Module pyparsing :: Class Suppress
[hide private]
[frames] | no frames]

Class Suppress

source code


Converter for ignoring the results of a parsed expression.

Instance Methods [hide private]
 
postParse(self, instring, loc, tokenlist) source code
 
suppress(self)
Suppresses the output of this ParseElement; useful to keep punctuation from cluttering up returned output.
source code

Inherited from TokenConverter: __init__

Inherited from ParseElementEnhance: __str__, checkRecursion, ignore, leaveWhitespace, parseImpl, streamline, validate

Inherited from ParserElement: __add__, __and__, __invert__, __or__, __radd__, __rand__, __repr__, __ror__, __rxor__, __xor__, copy, parse, parseFile, parseString, parseWithTabs, preParse, scanString, setDebug, setDebugActions, setName, setParseAction, setResultsName, setWhitespaceChars, skipIgnorables, transformString, tryParse

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]

Inherited from ParserElement: setDefaultWhitespaceChars

Class Variables [hide private]
  __slotnames__ = []

Inherited from ParserElement: DEFAULT_WHITE_CHARS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

postParse(self, instring, loc, tokenlist)

source code 
Overrides: ParserElement.postParse

suppress(self)

source code 

Suppresses the output of this ParseElement; useful to keep punctuation from cluttering up returned output.

Overrides: ParserElement.suppress
(inherited documentation)