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

type AnyType

source code

object --+        
         |        
      Type --+    
             |    
     BasicType --+
                 |
object --+       |
         |       |
      Type --+   |
             |   |
   ComplexType --+
                 |
                AnyType

Instance Methods [hide private]
 
__init__(self) source code
 
__eq__(self, other) source code
 
matches(self, other) source code
 
resolve(self, other) source code
 
__str__(self) source code
 
str(self) source code

Inherited from Type: __hash__, __repr__

Properties [hide private]
  first
  second
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: ComplexType.__init__

__eq__(self, other)
(Equality operator)

source code 
Overrides: ComplexType.__eq__

matches(self, other)

source code 
Overrides: ComplexType.matches

resolve(self, other)

source code 
Overrides: ComplexType.resolve

__str__(self)
(Informal representation operator)

source code 
Overrides: ComplexType.__str__

str(self)

source code 
Overrides: ComplexType.str

Property Details [hide private]

first

second