BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
def | __str__ |
Public Attributes | |
skipWhitespace | |
mayReturnEmpty | |
errmsg | |
strRepr |
Lookahead to disallow matching with the given parse expression. NotAny does *not* advance the parsing position within the input string, it only verifies that the specified parse expression does *not* match at the current position. Also, NotAny does *not* skip over leading whitespace. NotAny always returns a null token list. May be constructed using the '~' operator.
Definition at line 2671 of file pyparsing.py.
def blockit::external::pyparsing::NotAny::__init__ | ( | self, | |
expr | |||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2677 of file pyparsing.py.
def blockit::external::pyparsing::NotAny::__str__ | ( | self | ) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2698 of file pyparsing.py.
def blockit::external::pyparsing::NotAny::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2685 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2677 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2677 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2677 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2698 of file pyparsing.py.