> > Is there a reason you don't just use __init__ instead of __new__, and use
> > "self.age" and "self.weight" and so on?I was asking myself the same thing...
>
> Chris
"A lack of understanding," he answered sheepishly.
There are attributes (ie, question._qtext) that I do want to be the
same for
Tim Roberts wrote:
> "Sarcastic Zombie" <[EMAIL PROTECTED]> wrote:
>> Code included below.
>>
>> Basically, I've created a series of "question" descriptors, which each
>> hold a managed value. This is so I can implement validation, and render
>> each field into html automatically for forms.
>>
>> M
Sarcastic Zombie wrote:
> Code included below.
>
> Basically, I've created a series of "question" descriptors, which each
> hold a managed value. This is so I can implement validation, and render
> each field into html automatically for forms.
>
> My problem is this: every instance of my "wizard"
"Sarcastic Zombie" <[EMAIL PROTECTED]> wrote:
>
>Code included below.
>
>Basically, I've created a series of "question" descriptors, which each
>hold a managed value. This is so I can implement validation, and render
>each field into html automatically for forms.
>
>My problem is this: every instan
Code included below.
Basically, I've created a series of "question" descriptors, which each
hold a managed value. This is so I can implement validation, and render
each field into html automatically for forms.
My problem is this: every instance of my "wizard" class has unique self
values, but the