Message2829

Author ukeshav
Recipients
Date 2007-09-24.05:16:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
pjenvey:-

PyComplex is having this function  __coerce_ex__  and Internally this function is only going to use .
__coerce__ is final.. and can not be override again .

I will tell u the flow of my code :-
complex___coerce__ fun is calling __coerce__ and then  finally ___coerce_ex__ function will be called ..


The same approach is used for int , long and float types..

and i hope this is a good way to do..

let me knw for any improvement or suggestion 



History
Date User Action Args
2008-02-20 17:18:47adminlinkissue1783088 messages
2008-02-20 17:18:47admincreate