I'm using pydot for parsing dot files in python. I can't find a way to parse comments present in the dot file itself, is there any way to do it?
By just looking at the documentation I couldn't find any answer.
Also, would you suggest a better parser for dot files (perhaps better maintained) than pydot?
Thanks