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

Class Human

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

Known Subclasses:
Programmer

Method Summary
  talk(self, animal)
Talk to the given animal.
Inherited from Primate: climb, grab
Inherited from Mammal: run
Inherited from Animal: eat, sleep

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.0 on Tue Jul 22 04:21:01 2003 http://epydoc.sf.net