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


Public Attributes | |
| wordChars | |
| skipWhitespace | |
| errmsg | |
Public Attributes inherited from pyparsing._PositionToken | |
| name | |
| mayReturnEmpty | |
| mayIndexError | |
Public Attributes inherited from pyparsing.Token | |
| errmsg | |
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) |
Matches if the current position is at the end of a Word, and is not followed by any character in a given set of wordChars (default=printables). To emulate the \b behavior of regular expressions, use WordEnd(alphanums). WordEnd will also match at the end of the string being parsed, or at the end of a line.
Definition at line 2189 of file pyparsing.py.
| def pyparsing.WordEnd.__init__ | ( | self, | |
wordChars = printables |
|||
| ) |
| def pyparsing.WordEnd.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 2202 of file pyparsing.py.
| pyparsing.WordEnd.errmsg |
Definition at line 2200 of file pyparsing.py.
| pyparsing.WordEnd.skipWhitespace |
Definition at line 2199 of file pyparsing.py.
| pyparsing.WordEnd.wordChars |
Definition at line 2198 of file pyparsing.py.