Package nltk :: Package sem :: Module logic :: Class EventType
[hide private]
[frames] | no frames]

type EventType

source code

object --+        
         |        
      Type --+    
             |    
     BasicType --+
                 |
                EventType

Instance Methods [hide private]
 
__str__(self) source code
 
str(self) source code

Inherited from BasicType: __eq__, matches, resolve

Inherited from Type: __hash__, __repr__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)