@@ -48,6 +48,10 @@ TUNGraph
48
48
49
49
Saves the graph to a binary stream *SOut *.
50
50
51
+ .. describe :: Nodes()
52
+
53
+ Returns a generator for the nodes in the graph.
54
+
51
55
.. describe :: GetNodes()
52
56
53
57
Returns the number of nodes in the graph.
@@ -90,6 +94,10 @@ TUNGraph
90
94
91
95
Returns the maximum ID of a any node in the graph.
92
96
97
+ .. describe :: Edges()
98
+
99
+ Returns a generator for the edges in the graph.
100
+
93
101
.. describe :: GetEdges()
94
102
95
103
Returns the number of edges in the graph.
@@ -323,6 +331,10 @@ TNGraph
323
331
324
332
Saves the graph to a binary stream *SOut *.
325
333
334
+ .. describe :: Nodes()
335
+
336
+ Returns a generator for the nodes in the graph.
337
+
326
338
.. describe :: GetNodes()
327
339
328
340
Returns the number of nodes in the graph.
@@ -366,6 +378,10 @@ TNGraph
366
378
367
379
Returns the maximum ID of a any node in the graph.
368
380
381
+ .. describe :: Edges()
382
+
383
+ Returns a generator for the edges in the graph.
384
+
369
385
.. describe :: GetEdges()
370
386
371
387
Returns the number of edges in the graph.
@@ -614,6 +630,10 @@ TNEANet
614
630
615
631
Saves the graph to a binary stream *SOut *.
616
632
633
+ .. describe :: Nodes()
634
+
635
+ Returns a generator for the nodes in the graph.
636
+
617
637
.. describe :: GetNodes()
618
638
619
639
Returns the number of nodes in the graph.
@@ -657,6 +677,10 @@ TNEANet
657
677
658
678
Returns the maximum ID of a any node in the graph.
659
679
680
+ .. describe :: Edges()
681
+
682
+ Returns a generator for the edges in the graph.
683
+
660
684
.. describe :: GetEdges()
661
685
662
686
Returns the number of edges in the graph.
0 commit comments