Home | Trees | Indices | Help |
---|
|
object --+ | AspectBase
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
super(type, obj) -> bound super object; requires isinstance(obj, type) super(type, type2) -> bound super object; requires issubclass(type2, type) Typical use to call a cooperative superclass method: class C(B): def meth(self, arg): super(C, self).meth(arg)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Mon Oct 29 17:10:14 2007 | http://epydoc.sourceforge.net |