| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
   object --+        
            |        
ParserElement --+    
                |    
            Token --+
                    |
                   Word
Token for matching words composed of allowed character sets. Defined 
  with string containing all allowed initial characters, an optional string
  containing allowed body characters (if omitted, defaults to the initial 
  character set), and an optional minimum, maximum, and/or exact length.  
  The default value for min is 1 (a minimum value < 1 is 
  not valid); the default values for max and 
  exact are 0, meaning no maximum or exact length restriction.
  An optional exclude parameter can list characters that might
  be found in the input bodyChars string; useful to define a 
  word of all printables except for one or two characters, for 
  instance.
| Nested Classes | |
| Inherited from  | 
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| Static Methods | |
| Inherited from  | 
| Class Variables | |
| __slotnames__ =  | |
| Inherited from  | |
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 | 
| 
 
 | 
| 
 str(x) 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sun Apr 13 12:08:30 2014 | http://epydoc.sourceforge.net |