File: test-simple-cycle.out

package info (click to toggle)
funcparserlib 0.3.5-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 396 kB
  • sloc: python: 725; sh: 70; makefile: 37
file content (20 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Graph [id=g1, strict=False, type=digraph]
`-- stmts
    |-- Edge
    |   |-- nodes
    |   |   |-- n1
    |   |   `-- n2
    |   `-- attrs
    |       `-- Attr [name=w, value=5]
    |-- Edge
    |   |-- nodes
    |   |   |-- n2
    |   |   `-- n3
    |   `-- attrs
    |       `-- Attr [name=w, value=10]
    `-- Edge
        |-- nodes
        |   |-- n3
        |   `-- n1
        `-- attrs
            `-- Attr [name=w, value=7]