Module pyparsing :: Class Dict
[frames | no frames]

Type Dict

     object --+            
              |            
  ParserElement --+        
                  |        
ParseElementEnhance --+    
                      |    
         TokenConverter --+
                          |
                         Dict


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.
Method Summary
  __init__(self, exprs)
  postParse(self, instring, loc, tokenlist)
Inherited from ParseElementEnhance: __str__, checkRecursion, ignore, leaveWhitespace, parseImpl, streamline, validate
Inherited from ParserElement: __add__, __invert__, __or__, __radd__, __repr__, __ror__, __rxor__, __xor__, parse, parseFile, parseString, parseWithTabs, preParse, scanString, setDebug, setName, setParseAction, setResultsName, skipIgnorables, suppress, transformString, tryParse
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Generated by Epydoc 2.1 on Sun Jun 20 00:25:20 2004 http://epydoc.sf.net