Johnny Lee <[EMAIL PROTECTED]> wrote:

> But I still wonder what's the difference between the A().getMember and
> A().member besides the style

Without parentheses after it, getMember is a method.  The difference
between a method object and an integer object (which is what member
itself is in your example) are many indeed, so your question is very
strange.  You cannot call an integer, you cannot divide methods, etc.


Alex
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to