Balqui
Balqui
> > can someone explain to me how people actually know how to use pydot then? is there an api page or something? or just based on the initial tutorial...
Thanks a lot for your help, Lucas. I don't really understand, actually. At ``` H = self.__class__( strict=self.strict, directed=self.directed, handle=handle, name=name, **attr ) ``` inside add_subgraph() the init of ```self.__class__```...
Many thanks. I understand now. Then, as I see it, the bottom line is that one cannot subclass AGraph and provide the subclass with a specific ```_init__()``` overloading ```AGraph.__init__()``` -...
Learning a lot thanks to all of you. Very much appreciated, everyone!
Thanks for the idea, but I have the same problem after updating to very recent versions Mercurial 4.9.1, hggit 0.8.12, and dulwich 0.18.5 - on dulwich 0.19.11 there is another,...