[XML-SIG] Ugh! Why are DOM access methods spelled with a leading '_'?

Dieter Maurer dieter@handshake.de
Tue, 27 Jun 2000 19:31:52 +0200 (CEST)


Michael McLay writes:
 > The special meaning of _* is defined here: 
 >     http://www.python.org/doc/current/ref/id-classes.html
This only defines "_*" as special for *module* variables.

Here, we speak about the names of class methods/attributes
and not module variables.


Dieter