BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
def | __str__ |
Public Attributes | |
defaultValue | |
mayReturnEmpty | |
strRepr |
Optional matching of the given expression. A default return string can also be specified, if the optional expression is not found.
Definition at line 2789 of file pyparsing.py.
def blockit::external::pyparsing::Optional::__init__ | ( | self, | |
exprs, | |||
default = _optionalNotMatched |
|||
) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2794 of file pyparsing.py.
def blockit::external::pyparsing::Optional::__str__ | ( | self | ) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2813 of file pyparsing.py.
def blockit::external::pyparsing::Optional::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2799 of file pyparsing.py.
Definition at line 2794 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2794 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2813 of file pyparsing.py.