|
Gaudi Framework, version v25r1 |
| Home | Generated: Mon Mar 24 2014 |


Public Attributes | |
| ignoreExpr | |
| mayReturnEmpty | |
| mayIndexError | |
| includeMatch | |
| asList | |
| failOn | |
| errmsg | |
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) |
Token for skipping over all undefined text until the matched expression is found. If include is set to true, the matched expression is also parsed (the skipped text and matched expression are returned as a 2-element list). The ignore argument is used to define grammars (typically quoted strings and comments) that might contain false matches.
Definition at line 2823 of file pyparsing.py.
| def pyparsing.SkipTo.__init__ | ( | self, | |
| other, | |||
include = False, |
|||
ignore = None, |
|||
failOn = None |
|||
| ) |
Definition at line 2830 of file pyparsing.py.
| def pyparsing.SkipTo.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 2844 of file pyparsing.py.
| pyparsing.SkipTo.asList |
Definition at line 2836 of file pyparsing.py.
| pyparsing.SkipTo.errmsg |
Definition at line 2841 of file pyparsing.py.
| pyparsing.SkipTo.failOn |
Definition at line 2838 of file pyparsing.py.
| pyparsing.SkipTo.ignoreExpr |
Definition at line 2832 of file pyparsing.py.
| pyparsing.SkipTo.includeMatch |
Definition at line 2835 of file pyparsing.py.
| pyparsing.SkipTo.mayIndexError |
Definition at line 2834 of file pyparsing.py.
| pyparsing.SkipTo.mayReturnEmpty |
Definition at line 2833 of file pyparsing.py.