On 9/7/07, Alexander Eisenhuth <[EMAIL PROTECTED]> wrote: > > Bruno Desthuilliers schrieb: > > > Nope. It's either 'interface' (no leading underscore), 'implementation' > > (single leading underscore), 'implementation with some protection > > against accidental overriding' (two leading underscores). > > What do you mean with 'implementation'? What does it express?
"Don't touch my _members, they're my private parts! If you do, face the consequences!" Again, this isn't enforced by the language (other than the slight name mangling on __names), but a convention that python programmers should adhere to. -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list