Chris Rebert wrote:
> On Wed, Dec 30, 2009 at 9:22 PM, AON LAZIO wrote:
>> Hi,
>> I would like to know how we could create attribute from string
>>
>> say I want to assign value 0.05 to an object attribute
>>
>> I like to input "SIGNIFICANT" and 0.05 and get
>> object.SIGFICANT equals to 0.05
On Wed, Dec 30, 2009 at 9:22 PM, AON LAZIO wrote:
> Hi,
> I would like to know how we could create attribute from string
>
> say I want to assign value 0.05 to an object attribute
>
> I like to input "SIGNIFICANT" and 0.05 and get
> object.SIGFICANT equals to 0.05
setattr(obj, "SIGNIFICANT",