networkx.difference
networkx.line_graph
Enter search terms or a module, class or function name.
Return new graph with edges that exist in in either G or H but not both.
The node sets of H and G must be the same.
G,H : graph
A NetworkX graph
create_using : NetworkX graph
Use specified graph for result. Otherwise a new graph is created.