BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
Public Attributes | |
ignoreExpr | |
mayReturnEmpty | |
mayIndexError | |
includeMatch | |
asList | |
failOn | |
errmsg |
Token for skipping over all undefined text until the matched expression is found. If include is set to true, the matched expression is also parsed (the skipped text and matched expression are returned as a 2-element list). The ignore argument is used to define grammars (typically quoted strings and comments) that might contain false matches.
Definition at line 2823 of file pyparsing.py.
def blockit::external::pyparsing::SkipTo::__init__ | ( | self, | |
other, | |||
include = False , |
|||
ignore = None , |
|||
failOn = None |
|||
) |
Definition at line 2830 of file pyparsing.py.
def blockit::external::pyparsing::SkipTo::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2844 of file pyparsing.py.
Definition at line 2830 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2830 of file pyparsing.py.
Definition at line 2830 of file pyparsing.py.
Definition at line 2830 of file pyparsing.py.
Definition at line 2830 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2830 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2830 of file pyparsing.py.