Variables
test_nxdot Namespace Reference

Variables

 g = nx.DiGraph()
 
 type
 
 name
 
 label
 
 dot = nx.to_agraph(g);
 
 g2 = nx.from_agraph(dot)
 

Variable Documentation

test_nxdot.dot = nx.to_agraph(g);

Definition at line 12 of file test_nxdot.py.

test_nxdot.g = nx.DiGraph()

Definition at line 2 of file test_nxdot.py.

test_nxdot.g2 = nx.from_agraph(dot)

Definition at line 15 of file test_nxdot.py.

test_nxdot.label

Definition at line 6 of file test_nxdot.py.

test_nxdot.name

Definition at line 4 of file test_nxdot.py.

test_nxdot.type

Definition at line 4 of file test_nxdot.py.