We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cdc20 commit 9d90eebCopy full SHA for 9d90eeb
stubs/networkx/networkx/classes/__init__.pyi
@@ -2,5 +2,6 @@ from . import coreviews as coreviews, filters as filters, graphviews as graphvie
2
from .digraph import DiGraph as DiGraph
3
from .function import *
4
from .graph import Graph as Graph
5
+from .graphviews import reverse_view as reverse_view, subgraph_view as subgraph_view
6
from .multidigraph import MultiDiGraph as MultiDiGraph
7
from .multigraph import MultiGraph as MultiGraph
0 commit comments