Home | Trees | Index | Help |
|
---|
Module pyparsing :: Class Suppress |
|
object
--+ |ParserElement
--+ |ParseElementEnhance
--+ |TokenConverter
--+ | Suppress
Method Summary | |
---|---|
postParse(self,
instring,
loc,
tokenlist)
| |
Suppresses the output of this ParseElement; useful to keep punctuation from cluttering up returned output. | |
Inherited from TokenConverter :
__init__
Inherited from ParseElementEnhance :
__str__ ,
checkRecursion ,
ignore ,
leaveWhitespace ,
parseImpl ,
streamline ,
validate
Inherited from ParserElement :
__add__ ,
__invert__ ,
__or__ ,
__radd__ ,
__repr__ ,
__ror__ ,
__rxor__ ,
__xor__ ,
parse ,
parseFile ,
parseString ,
parseWithTabs ,
preParse ,
scanString ,
setDebug ,
setName ,
setParseAction ,
setResultsName ,
skipIgnorables ,
transformString ,
tryParse
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|
Method Details |
---|
suppress(self)Suppresses the output of this ParseElement; useful to keep punctuation from cluttering up returned output.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Jun 20 00:25:21 2004 | http://epydoc.sf.net |