Module inh_example :: Class Primate
[hide private]
[frames] | no frames]

Class Primate

source code

Animal --+    
         |    
    Mammal --+
             |
            Primate
Known Subclasses:

Instance Methods [hide private]
 
climb(self, tree)
Climb up the given tree.
source code
 
grab(self, object)
Grab hold of the given object.
source code
 
eat(self, food)
Consume the given food object. (Inherited from inh_example.Animal)
source code
 
run(self, dest)
Run to the given destination. (Inherited from inh_example.Mammal)
source code
 
sleep(self, time)
Sleep for the given period of time. (Inherited from inh_example.Animal)
source code