Home | Trees | Index | Help |
|
---|
Module inh_example :: Class Human |
|
Animal
--+ |Mammal
--+ |Primate
--+ | Human
Programmer
Method Summary | |
---|---|
Climb up the given tree. (Inherited from Primate )
| |
Consume the given food object. (Inherited from Animal )
| |
Grab hold of the given object. (Inherited from Primate )
| |
Run to the given destination. (Inherited from Mammal )
| |
Sleep for the given period of time. (Inherited from Animal )
| |
Talk to the given animal. |
Method Details |
---|
talk(self, animal)Talk to the given animal. Depending on what kind of creatureanimal is, it may or may not be responsive.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 20 17:46:28 2004 | http://epydoc.sf.net |