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.

Inherited from Animal: eat, sleep


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.