File: tree_maxlevel.dot

package info (click to toggle)
anytree 2.12.1-3.1
  • links: PTS
  • area: main
  • in suites: forky, trixie
  • size: 872 kB
  • sloc: python: 4,044; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
digraph tree {
    "root";
    "sub0";
    "sub1";
    "root" -> "sub0";
    "root" -> "sub1";
}