summaryrefslogtreecommitdiff
path: root/_modules/networkx/classes/graphviews.html
diff options
context:
space:
mode:
Diffstat (limited to '_modules/networkx/classes/graphviews.html')
-rw-r--r--_modules/networkx/classes/graphviews.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_modules/networkx/classes/graphviews.html b/_modules/networkx/classes/graphviews.html
index f572123e..1ad32f53 100644
--- a/_modules/networkx/classes/graphviews.html
+++ b/_modules/networkx/classes/graphviews.html
@@ -535,7 +535,7 @@
<div class="viewcode-block" id="subgraph_view"><a class="viewcode-back" href="../../../reference/generated/networkx.classes.function.subgraph_view.html#networkx.classes.graphviews.subgraph_view">[docs]</a><span class="k">def</span> <span class="nf">subgraph_view</span><span class="p">(</span><span class="n">G</span><span class="p">,</span> <span class="n">filter_node</span><span class="o">=</span><span class="n">no_filter</span><span class="p">,</span> <span class="n">filter_edge</span><span class="o">=</span><span class="n">no_filter</span><span class="p">):</span>
- <span class="sd">&quot;&quot;&quot;View of `G` applying a filter on nodes and edges.</span>
+<span class="w"> </span><span class="sd">&quot;&quot;&quot;View of `G` applying a filter on nodes and edges.</span>
<span class="sd"> `subgraph_view` provides a read-only view of the input graph that excludes</span>
<span class="sd"> nodes and edges based on the outcome of two filter functions `filter_node`</span>
@@ -635,7 +635,7 @@
<div class="viewcode-block" id="reverse_view"><a class="viewcode-back" href="../../../reference/generated/networkx.classes.function.reverse_view.html#networkx.classes.graphviews.reverse_view">[docs]</a><span class="nd">@not_implemented_for</span><span class="p">(</span><span class="s2">&quot;undirected&quot;</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">reverse_view</span><span class="p">(</span><span class="n">G</span><span class="p">):</span>
- <span class="sd">&quot;&quot;&quot;View of `G` with edge directions reversed</span>
+<span class="w"> </span><span class="sd">&quot;&quot;&quot;View of `G` with edge directions reversed</span>
<span class="sd"> `reverse_view` returns a read-only view of the input graph where</span>
<span class="sd"> edge directions are reversed.</span>
@@ -717,7 +717,7 @@
<p class="copyright">
- &copy; Copyright 2004-2022, NetworkX Developers.<br>
+ &copy; Copyright 2004-2023, NetworkX Developers.<br>
</p>