BlockIt
|
Public Member Functions | |
def | __init__ |
def | parseImpl |
Public Attributes | |
mayReturnEmpty |
Lookahead matching of the given parse expression. FollowedBy does *not* advance the parsing position within the input string, it only verifies that the specified parse expression matches at the current position. FollowedBy always returns a null token list.
Definition at line 2657 of file pyparsing.py.
def blockit::external::pyparsing::FollowedBy::__init__ | ( | self, | |
expr | |||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 2662 of file pyparsing.py.
def blockit::external::pyparsing::FollowedBy::parseImpl | ( | self, | |
instring, | |||
loc, | |||
doActions = True |
|||
) |
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2666 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::ParseElementEnhance.
Definition at line 2662 of file pyparsing.py.