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