BlockIt
blockit::external::pyparsing::Dict Class Reference
Inheritance diagram for blockit::external::pyparsing::Dict:
Collaboration diagram for blockit::external::pyparsing::Dict:

List of all members.

Public Member Functions

def __init__
def postParse

Public Attributes

 saveAsList

Detailed Description

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.


Constructor & Destructor Documentation

def blockit::external::pyparsing::Dict::__init__ (   self,
  exprs 
)

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 3027 of file pyparsing.py.


Member Function Documentation

def blockit::external::pyparsing::Dict::postParse (   self,
  instring,
  loc,
  tokenlist 
)

Reimplemented from blockit::external::pyparsing::ParserElement.

Definition at line 3031 of file pyparsing.py.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties