Skip Montanaro <[EMAIL PROTECTED]> writes:

>     kyo> Can someone explain why the id() return the same value, and
>     kyo> why these values are changing?
>
> Instance methods are created on-the-fly.  

So, the interpreter creates new 'point in address space' every time
there is object-dot-method invocation in program?  

-- 
http://www.peter.dembinski.prv.pl
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to