|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |


Public Attributes | |
| mayReturnEmpty | |
| strRepr | |
Public Attributes inherited from pyparsing.ParseExpression | |
| exprs | |
| callPreparse | |
| strRepr | |
| skipWhitespace | |
Public Attributes inherited from pyparsing.ParserElement | |
| parseAction | |
| failAction | |
| strRepr | |
| resultsName | |
| saveAsList | |
| skipWhitespace | |
| whiteChars | |
| copyDefaultWhiteChars | |
| mayReturnEmpty | |
| keepTabs | |
| ignoreExprs | |
| debug | |
| streamlined | |
| mayIndexError | |
| errmsg | |
| modalResults | |
| debugActions | |
| re | |
| callPreparse | |
| callDuringTry | |
| name | |
| myException | |
Additional Inherited Members | |
Static Public Attributes inherited from pyparsing.ParserElement | |
| string | DEFAULT_WHITE_CHARS " \n\t\r" |
| tuple | setDefaultWhitespaceChars staticmethod(setDefaultWhitespaceChars) |
| tuple | resetCache staticmethod(resetCache) |
| tuple | enablePackrat staticmethod(enablePackrat) |
Requires that at least one ParseExpression is found. If two expressions match, the expression that matches the longest string will be used. May be constructed using the '^' operator.
Definition at line 2379 of file pyparsing.py.
| def pyparsing.Or.__init__ | ( | self, | |
| exprs, | |||
savelist = False |
|||
| ) |
Definition at line 2384 of file pyparsing.py.
| def pyparsing.Or.__ixor__ | ( | self, | |
| other | |||
| ) |
| def pyparsing.Or.__str__ | ( | self | ) |
| def pyparsing.Or.checkRecursion | ( | self, | |
| parseElementList | |||
| ) |
Definition at line 2434 of file pyparsing.py.
| def pyparsing.Or.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 2392 of file pyparsing.py.
| pyparsing.Or.mayReturnEmpty |
Definition at line 2386 of file pyparsing.py.
| pyparsing.Or.strRepr |
Definition at line 2430 of file pyparsing.py.