networkx.subgraph
networkx.compose
Enter search terms or a module, class or function name.
Return the Cartesian product of G and H.
G,H : graph
A NetworkX graph
Notes
Only tested with Graph class.