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

Class Primate

Animal --+    
         |    
    Mammal --+
             |
            Primate

Known Subclasses:
Human

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

Method Details

climb(self, tree)

Climb up the given tree.

grab(self, object)

Grab hold of the given object.

Generated by Epydoc 2.1 on Sat Mar 20 17:46:28 2004 http://epydoc.sf.net