Why does __init__ not get called?

infidel saint.infidel at gmail.com
Tue Aug 9 15:00:27 EDT 2005


> Are you sure you can specify arbitrary arguments to the __new__ method?
> I thought they had to be the class object, the tuple of bases, and the
> dictionary of names.

Nevermind, I think I was imagining metaclasses rather than just regular
overriding of __new__




More information about the Python-list mailing list