Home | Trees | Index | Help |
|
---|
|
Animal --+ | Mammal --+ | Primate --+ | Human --+ | Programmer
|
|||
hack(self,
code)
Improve the given program. |
|||
squish(self,
bug,
code)
Remove the given bug from the given program. |
|||
climb(self,
tree)
Climb up the given tree. (Inherited from inh_example.Primate) |
|||
eat(self,
food)
Consume the given food object. (Inherited from inh_example.Animal) |
|||
grab(self,
object)
Grab hold of the given object. (Inherited from inh_example.Primate) |
|||
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) |
|||
talk(self,
animal)
Talk to the given animal. (Inherited from inh_example.Human) |
|
|
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:43:32 2006 | http://epydoc.sf.net |