DEBSOURCES
Skip Quicknav
sources / python-pydotplus / 2.0.2-5 / test / graphs / dir.dot
12345678
digraph G { a -> b a -> c [dir=forward] a -> d [dir=back] a -> e [dir=both] a -> f [dir=none] }