Module inh_example :: Class Bug
[hide private]
[frames] | no frames]

Class Bug

source code

Animal --+
         |
        Bug

Instance Methods [hide private]
 
infest(self, code)
Add new bugs to the given program.
source code
 
hide(self)
Temporarily stop breaking a program, in order to evade capture.
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