Possible Duplicate:
The meaning of a single- and a double-underscore before an object name in Python
Which should I use _foo (an underscore) or __bar (double underscore) for private members and methods in Python?
Possible Duplicate:
The meaning of a single- and a double-underscore before an object name in Python
Which should I use _foo (an underscore) or __bar (double underscore) for private members and methods in Python?