BlockIt
|
Public Member Functions | |
def | __init__ |
def | ignore |
def | postParse |
Public Attributes | |
adjacent | |
skipWhitespace | |
joinString |
Converter to concatenate all matching tokens to a single string. By default, the matching patterns must also be contiguous in the input string; this can be disabled by specifying 'adjacent=False' in the constructor.
Definition at line 2982 of file pyparsing.py.
def blockit::external::pyparsing::Combine::__init__ | ( | self, | |
expr, | |||
joinString = "" , |
|||
adjacent = True |
|||
) |
Definition at line 2987 of file pyparsing.py.
def blockit::external::pyparsing::Combine::ignore | ( | self, | |
other | |||
) |
Define expression to be ignored (e.g., comments) while doing pattern matching; may be called repeatedly, to define multiple comment or other ignorable patterns.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2996 of file pyparsing.py.
def blockit::external::pyparsing::Combine::postParse | ( | self, | |
instring, | |||
loc, | |||
tokenlist | |||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 3003 of file pyparsing.py.
Definition at line 2987 of file pyparsing.py.
Definition at line 2987 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2987 of file pyparsing.py.