On 5 oct, 17:52, de...@web.de (Diez B. Roggisch) wrote:
> Btw, you are a bit on the overprotective side. The convention for
> marking attributes (methods or objects alike) "private"
s/private/implementation/
I find that thinking in terms of "interface / implementation" instead
of "public / privat
Nikola Skoric writes:
> I have a superclass Element and a subclass Family. All Family.__init__() does
> is run Element.__init__() and self.__parse(). For some reason it seems like
> self.__parse() isn't run. Here is the code:
> http://github.com/dijxtra/simplepyged/blob/8d5a6d59268f6760352783cc