Can __new__ prevent __init__ from being called?

Martin ggrp1.20.martineau at dfgh.net
Wed Feb 16 16:47:53 EST 2005


I meant to say:

Although the base class __new__ does have to check to see if the
                        ^^^^^^^
instance is initialized, ...

not:

> Although the base class __init__ does have to check to see if the
> instance is initialized, ...




More information about the Python-list mailing list