[Python-Dev] PEP 8 and optional underscores

Raymond Hettinger python at rcn.com
Fri Jun 13 18:40:16 CEST 2008


>    Nick>      def getName(self):
>    Nick>          assert self.__initialized, "Thread.__init__() not called"
>    Nick>          return self.__name

Why is __name private to begin with?  Any reason for the getters and setters?  Why isn't this just an attribute?


Raymond


More information about the Python-Dev mailing list