BlockIt
|
Public Member Functions | |
def | parseImpl |
def | __str__ |
def | setResultsName |
Public Attributes | |
strRepr |
Repetition of one or more of the given expression.
Definition at line 2747 of file pyparsing.py.
def blockit::external::pyparsing::OneOrMore::__str__ | ( | self | ) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2767 of file pyparsing.py.
def blockit::external::pyparsing::OneOrMore::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2749 of file pyparsing.py.
def blockit::external::pyparsing::OneOrMore::setResultsName | ( | self, | |
name, | |||
listAllMatches = False |
|||
) |
Define name for referencing matching tokens as a nested attribute of the returned parse results. NOTE: this returns a *copy* of the original ParserElement object; this is so that the client can define a basic element, such as an integer, and reference it in multiple places with different names.
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2776 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2767 of file pyparsing.py.