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


Public Attributes | |
| defaultValue | |
| mayReturnEmpty | |
| strRepr | |
Public Attributes inherited from pyparsing.ParseElementEnhance | |
| expr | |
| strRepr | |
| mayIndexError | |
| mayReturnEmpty | |
| skipWhitespace | |
| saveAsList | |
| callPreparse | |
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) |
Optional matching of the given expression. A default return string can also be specified, if the optional expression is not found.
Definition at line 2789 of file pyparsing.py.
| def pyparsing.Optional.__init__ | ( | self, | |
| exprs, | |||
default = _optionalNotMatched |
|||
| ) |
Definition at line 2794 of file pyparsing.py.
| def pyparsing.Optional.__str__ | ( | self | ) |
| def pyparsing.Optional.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 2799 of file pyparsing.py.
| pyparsing.Optional.defaultValue |
Definition at line 2796 of file pyparsing.py.
| pyparsing.Optional.mayReturnEmpty |
Definition at line 2797 of file pyparsing.py.
| pyparsing.Optional.strRepr |
Definition at line 2818 of file pyparsing.py.