BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
def | __str__ |
Public Attributes | |
skipWhitespace | |
notChars | |
minLen | |
maxLen | |
name | |
errmsg | |
mayReturnEmpty | |
mayIndexError | |
strRepr |
Token for matching words composed of characters *not* in a given set. Defined with string containing all disallowed characters, and an optional minimum, maximum, and/or exact length. The default value for min is 1 (a minimum value < 1 is not valid); the default values for max and exact are 0, meaning no maximum or exact length restriction.
Definition at line 1915 of file pyparsing.py.
def blockit::external::pyparsing::CharsNotIn::__init__ | ( | self, | |
notChars, | |||
min = 1 , |
|||
max = 0 , |
|||
exact = 0 |
|||
) |
Definition at line 1922 of file pyparsing.py.
def blockit::external::pyparsing::CharsNotIn::__str__ | ( | self | ) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1972 of file pyparsing.py.
def blockit::external::pyparsing::CharsNotIn::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1947 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::Token.
Definition at line 1922 of file pyparsing.py.
Definition at line 1922 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1922 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1922 of file pyparsing.py.
Definition at line 1922 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1922 of file pyparsing.py.
Definition at line 1922 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1922 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 1972 of file pyparsing.py.