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

Class Human

Animal --+        
         |        
    Mammal --+    
             |    
       Primate --+
                 |
                Human

Known Subclasses:
Programmer

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

Method Details

talk(self, animal)

Talk to the given animal. Depending on what kind of creature animal is, it may or may not be responsive.

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