|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |


Public Attributes | |
| adjacent | |
| skipWhitespace | |
| joinString | |
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 concatenate all matching tokens to a single string. By default, the matching patterns must also be contiguous in the input string; this can be disabled by specifying 'adjacent=False' in the constructor.
Definition at line 2982 of file pyparsing.py.
| def pyparsing.Combine.__init__ | ( | self, | |
| expr, | |||
joinString = "", |
|||
adjacent = True |
|||
| ) |
Definition at line 2987 of file pyparsing.py.
| def pyparsing.Combine.ignore | ( | self, | |
| other | |||
| ) |
| def pyparsing.Combine.postParse | ( | self, | |
| instring, | |||
| loc, | |||
| tokenlist | |||
| ) |
Definition at line 3003 of file pyparsing.py.
| pyparsing.Combine.adjacent |
Definition at line 2992 of file pyparsing.py.
| pyparsing.Combine.joinString |
Definition at line 2994 of file pyparsing.py.
| pyparsing.Combine.skipWhitespace |
Definition at line 2993 of file pyparsing.py.