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

Class Bug

Animal --+
         |
        Bug


Method Summary
  hide(self)
Temporarily stop breaking a program, in order to evade capture.
  infest(self, code)
Add new bugs to the given program.
    Inherited from Animal
  eat(self, food)
Consume the given food object.
  sleep(self, time)
Sleep for the given period of time.

Method Details

hide(self)

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

infest(self, code)

Add new bugs to the given program.

Generated by Epydoc 2.1 on Sat Mar 20 17:46:25 2004 http://epydoc.sf.net