|
hack(self,
code)
Improve the given program.
source code
|
|
|
Inherited from Human |
|
|
Inherited from Primate |
|
|
|
grab(self,
object)
Grab hold of the given object.
source code
|
Inherited from Mammal |
|
run(self,
dest)
Run to the given destination.
source code
|
Inherited from Animal |
|
eat(self,
food)
Consume the given food object.
source code
|
|
sleep(self,
time)
Sleep for the given period of time.
source code
|
Remove the given bug from the given program.
- Parameters:
bug
(Bug) - The bug that should be removed from code
.