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.
  hide(self)
Temporarily stop breaking a program, in order to evade capture.
  eat(self, food)
Consume the given food object. (Inherited from inh_example.Animal)
  sleep(self, time)
Sleep for the given period of time. (Inherited from inh_example.Animal)

Method Details [hide private]

infest(self, code)

source code 
Add new bugs to the given program.

hide(self)

source code 
Temporarily stop breaking a program, in order to evade capture.