Robert Dailey a écrit :
> On Jul 13, 3:04 am, Bruno Desthuilliers <bruno.
> [EMAIL PROTECTED]> wrote:
(snip)
> Thanks for the variable naming tips. Is it normal for Python
> programmers to create class members with a _ prefixed?

This is the convention to denote implementation attributes. This won't 
of course prevent anyone to access these attributes, but anyone doing so 
is on it's own since it has been warned the attribute was not part of 
the interface.

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

Reply via email to