Re: [BangPypers] User group meeting this weekend

2009-07-27 Thread ardsrk
Thanks for the reply. Looking forward for the next meeting. Senthil Kumaran-6 wrote: > > On Sun, Jul 26, 2009 at 04:42:38PM +0530, Arvind Jamuna Dixit wrote: >> I am feeling very bad for myself for having missed yesterday's meeting >> and am >> interested in knowing the minutes of yesterday's me

Re: [BangPypers] Any python metaclasses for UID

2009-07-27 Thread Senthil Kumaran
On Mon, Jul 27, 2009 at 02:50:39PM +0530, Sirtaj Singh Kang wrote: > > On 27-Jul-09, at 1:50 PM, Shivaraj M S wrote: > [snip] >> >> Can there be a metaclass in python which can change the behaviour of >> object at creation stage by extending it and nullifying friend >> functions? > > (I must co

Re: [BangPypers] Any python metaclasses for UID

2009-07-27 Thread Sirtaj Singh Kang
On 27-Jul-09, at 1:50 PM, Shivaraj M S wrote: [snip] Can there be a metaclass in python which can change the behaviour of object at creation stage by extending it and nullifying friend functions? (I must confess this is the only sentence in the email that I could comprehend...) If wha

Re: [BangPypers] Any python metaclasses for UID

2009-07-27 Thread Shivaraj M S
We will have to wait for UID I guess. In a ''real world scenario'' class ClassI(Gates): def __init__(): super(UID,self).Wind(7) friend void exchange(ClassI& x, Gates& y) void exchange(A& x, B& y) { B.x = A.location.awards A.x = B.location.banks.outsource } These classes extended