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

Class Programmer

Animal --+            
         |            
    Mammal --+        
             |        
       Primate --+    
                 |    
             Human --+
                     |
                    Programmer


Method Summary
  hack(self, code)
Improve the given program.
  squish(self, bug, code)
Remove the given bug from the given program.
    Inherited from Human
  talk(self, animal)
Talk to the given animal.
    Inherited from Primate
  climb(self, tree)
Climb up the given tree.
  grab(self, object)
Grab hold of the given object.
    Inherited from Mammal
  run(self, dest)
Run to the given destination.
    Inherited from Animal
  eat(self, food)
Consume the given food object.
  sleep(self, time)
Sleep for the given period of time.

Method Details

hack(self, code)

Improve the given program.

squish(self, bug, code)

Remove the given bug from the given program.
Parameters:
bug - The bug that should be removed from code.
           (type=Bug)

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