[Pyrex] Calling SuperClass.__init__() ?

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Apr 30 13:10:13 CEST 2006


Stefan Behnel wrote:
> But super-class calls like
> 
> ExtensionType.whatever(self, ...)
> 
> are always safe as Pyrex knows their complete inheritance structure and
> therefore the exact method that is to be called.

If the base type is defined in the same Pyrex module, yes.
I'd have to investigate to see how feasible it would be
to exploit this, though.

--
Greg



More information about the Pyrex mailing list