NetworkX
2.1
Install
Tutorial
Reference
Introduction
Graph types
Algorithms
Functions
Graph
Nodes
Edges
networkx.classes.function.edges
networkx.classes.function.number_of_edges
networkx.classes.function.non_edges
Self loops
Attributes
Freezing graph structure
Graph generators
Linear algebra
Converting to and from other data formats
Relabeling nodes
Reading and writing graphs
Drawing
Exceptions
Utilities
Glossary
Developer Guide
Release Log
License
Credits
Citing
Bibliography
Examples
NetworkX
Docs
»
Reference
»
Functions
»
networkx.classes.function.non_edges
networkx.classes.function.non_edges
¶
non_edges
(
graph
)
[source]
¶
Returns the non-existent edges in the graph.
Parameters:
graph
(
NetworkX graph.
) – Graph to find non-existent edges.
Returns:
non_edges
– Iterator of edges that are not in the graph.
Return type:
iterator