|
|
|
|
|
leaveWhitespace(self)
Disables the skipping of whitespace before matching the characters in
the ParserElement 's defined pattern. |
source code
|
|
|
ignore(self,
other)
Define expression to be ignored (e.g., comments) while doing pattern
matching; may be called repeatedly, to define multiple comment or
other ignorable patterns. |
source code
|
|
|
|
|
|
|
validate(self,
validateTrace=[ ] )
Check defined expressions for valid structure, check for infinite
recursive definitions. |
source code
|
|
|
|
Inherited from ParserElement :
__add__ ,
__and__ ,
__call__ ,
__eq__ ,
__hash__ ,
__invert__ ,
__mul__ ,
__ne__ ,
__or__ ,
__radd__ ,
__rand__ ,
__repr__ ,
__req__ ,
__rmul__ ,
__rne__ ,
__ror__ ,
__rsub__ ,
__rxor__ ,
__sub__ ,
__xor__ ,
addCondition ,
addParseAction ,
canParseNext ,
copy ,
matches ,
parseFile ,
parseString ,
parseWithTabs ,
postParse ,
preParse ,
runTests ,
scanString ,
searchString ,
setBreak ,
setDebug ,
setDebugActions ,
setFailAction ,
setName ,
setParseAction ,
setResultsName ,
setWhitespaceChars ,
split ,
suppress ,
transformString ,
tryParse
|