BlockIt
|
Public Member Functions | |
def | __init__ |
def | postParse |
Public Attributes | |
saveAsList |
Converter to return a repetitive expression as a list, but also as a dictionary. Each element can also be referenced using the first token in the expression as its key. Useful for tabular report scraping when the first column can be used as a item key.
Definition at line 3022 of file pyparsing.py.
def blockit::external::pyparsing::Dict::__init__ | ( | self, | |
exprs | |||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 3027 of file pyparsing.py.
def blockit::external::pyparsing::Dict::postParse | ( | self, | |
instring, | |||
loc, | |||
tokenlist | |||
) |
Reimplemented from blockit::external::pyparsing::ParserElement.
Definition at line 3031 of file pyparsing.py.
Reimplemented from blockit::external::pyparsing::TokenConverter.
Definition at line 3027 of file pyparsing.py.