Matches if current position is at the end of the parse string
Definition at line 2119 of file pyparsing.py.
Public Member Functions | |
def | __add__ |
def | __and__ |
def | __call__ |
def | __eq__ |
def | __getattr__ |
def | __hash__ |
def | __init__ |
def | __init__ |
def | __invert__ |
def | __mul__ |
def | __ne__ |
def | __or__ |
def | __radd__ |
def | __rand__ |
def | __repr__ |
def | __req__ |
def | __rmul__ |
def | __rne__ |
def | __ror__ |
def | __rsub__ |
def | __rxor__ |
def | __str__ |
def | __sub__ |
def | __xor__ |
def | addParseAction |
def | checkRecursion |
def | copy |
def | enablePackrat |
def | getException |
def | ignore |
def | leaveWhitespace |
def | parseFile |
def | parseImpl |
def | parseString |
def | parseWithTabs |
def | postParse |
def | preParse |
def | resetCache |
def | scanString |
def | searchString |
def | setBreak |
def | setDebug |
def | setDebugActions |
def | setDefaultWhitespaceChars |
def | setFailAction |
def | setName |
def | setParseAction |
def | setResultsName |
def | setWhitespaceChars |
def | streamline |
def | suppress |
def | transformString |
def | tryParse |
def | validate |
Public Attributes | |
callDuringTry | |
callPreparse | |
copyDefaultWhiteChars | |
debug | |
debugActions | |
errmsg | |
failAction | |
ignoreExprs | |
keepTabs | |
mayIndexError | |
mayReturnEmpty | |
modalResults | |
myException | |
name | |
parseAction | |
re | |
resultsName | |
saveAsList | |
skipWhitespace | |
streamlined | |
strRepr | |
whiteChars | |
Static Public Attributes | |
string | DEFAULT_WHITE_CHARS = " \n\t\r" |
tuple | enablePackrat = staticmethod(enablePackrat) |
tuple | resetCache = staticmethod(resetCache) |
tuple | setDefaultWhitespaceChars = staticmethod(setDefaultWhitespaceChars) |