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

Class Bug

Animal --+
         |
        Bug


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

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:28 2004 http://epydoc.sf.net