Inheritance and Attributes

Mark Higgins mghiggins2003 at hotmail.com
Thu Feb 13 07:47:29 EST 2003


Mark Higgins wrote:

> It doesn't for me, using python 2.2.2 on windows XP. It gives
> 
>  >>> h=this()
> setting <__main__.this instance at 0x00DC6440>.cat = "yellow"
>  >>> h.cat
> 'yellow'
> 

Ah, of course I'm an idiot and did h.cat rather than this.cat. Sorry.





More information about the Python-list mailing list