ExtensionClass?.ExtensionClass?
Home | Trees | Index | Help |
---|
Module ExtensionClass :: Class ExtensionClass |
Type 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:45:44 2005 | http://epydoc.sf.net |
Last modified 19 years ago
Last modified on Dec 23, 2005 2:55:32 PM