Home | Trees | Index | Help |
|
---|
|
Animal --+ | Mammal --+ | Primate
|
|||
climb(self,
tree)
Climb up the given tree. |
|||
grab(self,
object)
Grab hold of the given object. |
|||
eat(self,
food)
Consume the given food object. (Inherited from inh_example.Animal) |
|||
run(self,
dest)
Run to the given destination. (Inherited from inh_example.Mammal) |
|||
sleep(self,
time)
Sleep for the given period of time. (Inherited from inh_example.Animal) |
|
|
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:43:31 2006 | http://epydoc.sf.net |