|
Gaudi Framework, version v23r9 |
| Home | Generated: Thu Jul 18 2013 |


Public Attributes | |
| saveAsList | |
Public Attributes inherited from pyparsing.TokenConverter | |
| saveAsList | |
Public Attributes inherited from pyparsing.ParseElementEnhance | |
| expr | |
| strRepr | |
| mayIndexError | |
| mayReturnEmpty | |
| skipWhitespace | |
| saveAsList | |
| callPreparse | |
Public Attributes inherited from pyparsing.ParserElement | |
| parseAction | |
| failAction | |
| strRepr | |
| resultsName | |
| saveAsList | |
| skipWhitespace | |
| whiteChars | |
| copyDefaultWhiteChars | |
| mayReturnEmpty | |
| keepTabs | |
| ignoreExprs | |
| debug | |
| streamlined | |
| mayIndexError | |
| errmsg | |
| modalResults | |
| debugActions | |
| re | |
| callPreparse | |
| callDuringTry | |
| name | |
| myException | |
Additional Inherited Members | |
Static Public Attributes inherited from pyparsing.ParserElement | |
| string | DEFAULT_WHITE_CHARS " \n\t\r" |
| tuple | setDefaultWhitespaceChars staticmethod(setDefaultWhitespaceChars) |
| tuple | resetCache staticmethod(resetCache) |
| tuple | enablePackrat staticmethod(enablePackrat) |
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 pyparsing.Dict.__init__ | ( | self, | |
| exprs | |||
| ) |
Definition at line 3027 of file pyparsing.py.
| def pyparsing.Dict.postParse | ( | self, | |
| instring, | |||
| loc, | |||
| tokenlist | |||
| ) |
Definition at line 3031 of file pyparsing.py.
| pyparsing.Dict.saveAsList |
Definition at line 3029 of file pyparsing.py.