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
Inherited from Primate: climb, grab
Inherited from Mammal: run
Inherited from Animal: eat, sleep

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.0 on Tue Jul 22 04:21:01 2003 http://epydoc.sf.net