Re: Case study: library class inheritance with property declarations

2007-08-08 Thread cdleary
On Aug 2, 7:05 am, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] a écrit : > (snip) > > > Last post -- I swear. > > > I failed to realize that it's all part of an extremely well defined > > attribute resolution protocol, and handled via the descriptor > > specification. Discuss

Re: Case study: library class inheritance with property declarations

2007-08-02 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : (snip) > Last post -- I swear. > > I failed to realize that it's all part of an extremely well defined > attribute resolution protocol, and handled via the descriptor > specification. Discussing descriptors was on the TODO list for the > type/class unification document,

Re: Case study: library class inheritance with property declarations

2007-08-02 Thread Steve Holden
[EMAIL PROTECTED] wrote: > On Aug 2, 7:08 am, [EMAIL PROTECTED] wrote: >> On Aug 2, 6:49 am, [EMAIL PROTECTED] wrote: >> >> >> >>> Hi all, >>> It's possible that I'm missing the obvious -- I've been up for over 24 >>> hours and I'm most likely dehydrated from mass coffee intake, but I >>> figure ma

Re: Case study: library class inheritance with property declarations

2007-08-02 Thread cdleary
On Aug 2, 7:08 am, [EMAIL PROTECTED] wrote: > On Aug 2, 6:49 am, [EMAIL PROTECTED] wrote: > > > > > Hi all, > > > It's possible that I'm missing the obvious -- I've been up for over 24 > > hours and I'm most likely dehydrated from mass coffee intake, but I > > figure many people in similar circumst

Re: Case study: library class inheritance with property declarations

2007-08-02 Thread cdleary
On Aug 2, 6:49 am, [EMAIL PROTECTED] wrote: > Hi all, > > It's possible that I'm missing the obvious -- I've been up for over 24 > hours and I'm most likely dehydrated from mass coffee intake, but I > figure many people in similar circumstances will be searching > comp.lang.python one day, so here

Case study: library class inheritance with property declarations

2007-08-02 Thread cdleary
Hi all, It's possible that I'm missing the obvious -- I've been up for over 24 hours and I'm most likely dehydrated from mass coffee intake, but I figure many people in similar circumstances will be searching comp.lang.python one day, so here goes! class LibraryClass(object): """ A clas