MonkeeSage a écrit : > On Dec 8, 2:10 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > >>On Fri, 07 Dec 2007 23:19:40 -0800, tjhnson wrote: >> >>>With properties, attributes and methods seem very similar. I was >>>wondering what techniques people use to give clues to end users as to >>>which 'things' are methods and which are attributes. >> >>Methods are attributes. So the decision is easy -- everything on an >>object is an attribute. ;-) >> >>Ciao, >> Marc 'BlackJack' Rintsch > > > I think he means callable attributes (methods) and non-callable > attributes (variables).
callable attributes are not necessarily methods, and are still 'variables' anyway. -- http://mail.python.org/mailman/listinfo/python-list