In message <[EMAIL PROTECTED]>, Terry
Reedy wrote:

> [EMAIL PROTECTED] wrote:
>
>> class Outer:
>>    def __init__(self):
>>       class Inner:
>>          def __init__(self): pass
>>       a = Inner()
> 
> This create a duplicate Inner class object for every instance of Outer,
> which is almost certainly not what the OP wants.

Does it matter?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to