Thank you
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
On Tue, May 12, 2009 at 9:24 AM, The Green Tea Leaf
wrote:
> The Python style guide says
>
> "Use one leading underscore only for non-public methods and instance
> variables."
>
> Have I understood correctly if I say that this is purely a convention
> and there is nothing in the language that say
The Python style guide says
"Use one leading underscore only for non-public methods and instance variables."
Have I understood correctly if I say that this is purely a convention
and there is nothing in the language that says that it should be this
way and that nothing special happens (except tha