|
Gaudi Framework, version v23r6 |
| Home | Generated: Wed Jan 30 2013 |


Additional Inherited Members | |
Public Attributes inherited from pyparsing.Keyword | |
| match | |
| matchLen | |
| firstMatchChar | |
| name | |
| errmsg | |
| mayReturnEmpty | |
| mayIndexError | |
| caseless | |
| caselessmatch | |
| identChars | |
Static Public Attributes inherited from pyparsing.Keyword | |
| string | DEFAULT_KEYWORD_CHARS "_$" |
| tuple | setDefaultKeywordChars staticmethod(setDefaultKeywordChars) |
Definition at line 1600 of file pyparsing.py.
| def pyparsing.CaselessKeyword.__init__ | ( | self, | |
| matchString, | |||
identChars = Keyword.DEFAULT_KEYWORD_CHARS |
|||
| ) |
Definition at line 1601 of file pyparsing.py.
| def pyparsing.CaselessKeyword.parseImpl | ( | self, | |
| instring, | |||
| loc, | |||
doActions = True |
|||
| ) |
Definition at line 1604 of file pyparsing.py.