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

Class Primate
source code

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

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

Method Details [hide private]

climb(self, tree)

source code 
Climb up the given tree.

grab(self, object)

source code 
Grab hold of the given object.