|
Gaudi Framework, version v23r8 |
| Home | Generated: Fri May 31 2013 |


Public Attributes | |
| returnString | |
| name | |
| errmsg | |
Public Attributes inherited from pyparsing.Literal | |
| match | |
| matchLen | |
| firstMatchChar | |
| name | |
| errmsg | |
| mayReturnEmpty | |
| mayIndexError | |
Public Attributes inherited from pyparsing.Token | |
| errmsg | |
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) |
Token to match a specified string, ignoring case of letters. Note: the matched results will always be in the case of the given match string, NOT the case of the input text.
Definition at line 1578 of file pyparsing.py.
| def pyparsing.CaselessLiteral.__init__ | ( | self, | |
| matchString | |||
| ) |
Definition at line 1583 of file pyparsing.py.
| def pyparsing.CaselessLiteral.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 1591 of file pyparsing.py.
| pyparsing.CaselessLiteral.errmsg |
Definition at line 1588 of file pyparsing.py.
| pyparsing.CaselessLiteral.name |
Definition at line 1587 of file pyparsing.py.
| pyparsing.CaselessLiteral.returnString |
Definition at line 1586 of file pyparsing.py.