Hi, Pythoners.
      I would like to know that in some class, it uses __XX__ but in some it
uses only XX
for example,

class Test:
    def __som__(self):
          ...
    def som(self):
          ...
   What does "__XX__" make the method different from XX?
   Thanks in advance
Aonlazio
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to