Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | _DynamicCreate_mixin
Helper to allow overriding the implementation class.
Generally we'll want to augment the generated bindings by subclassing them, and adding functionality to the subclass. This mix-in provides a way to communicate the existence of the superseding subclass back to the binding infrastructure, so that when it creates an instance it uses the subclass rather than the unaugmented binding class.
When a raw generated binding is subclassed, _SetSupersedingClass should be invoked on the raw class passing in the superseding subclass. E.g.:
class mywsdl (raw.wsdl): pass raw.wsdl._SetSupersedingClass(mywsdl)
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
Inherited from |
|
Set the class reference attribute.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:33 2012 | http://epydoc.sourceforge.net |