= ExtensionClass.ExtensionClass = {{{ #!html
| Home | Trees | Index | Help | 
|---|
| Module ExtensionClass :: Class ExtensionClass | 
ExtensionClass
| Method Summary | |
|---|---|
| __init__(...) | |
| "call as a function" | |
| "Delete an attribute" | |
| "Get an attribute" | |
| "Set an attribute" | |
| Get an attribute that would be inherited if the given (extension) class did not define it. | |
| Method Details | 
|---|
| __call__(...)
     | 
| __delattr__(...)"Delete an attribute" | 
| __getattr__(...)
     | 
| __setattr__(...)"Set an attribute" | 
| inheritedAttribute(class, name)Get an attribute that would be inherited if the given (extension) class did not define it. This method is used when overriding inherited methods. It provides 2 advantages over accessing attributes directly through a superclass: 
 | 
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.1 on Fri Dec 23 14:49:35 2005 | http://epydoc.sf.net |