You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="desc"><p>This class is used by <code><atitle="dalpy.graphs.Graph" href="#dalpy.graphs.Graph">Graph</a></code> to raise errors regarding invalid edges.</p>
197
197
<p>Initializes a <code><atitle="dalpy.graphs.GraphEdgeError" href="#dalpy.graphs.GraphEdgeError">GraphEdgeError</a></code> that will be raised associated with a particular <code><atitle="dalpy.graphs.Vertex" href="#dalpy.graphs.Vertex">Vertex</a></code>.</p>
<dd>The string name of the source <code><atitle="dalpy.graphs.Vertex" href="#dalpy.graphs.Vertex">Vertex</a></code> of the edge this <code><atitle="dalpy.graphs.GraphVertexError" href="#dalpy.graphs.GraphVertexError">GraphVertexError</a></code> is being raised in
200
+
<dt><strong><code>source</code></strong></dt>
201
+
<dd>The source <code><atitle="dalpy.graphs.Vertex" href="#dalpy.graphs.Vertex">Vertex</a></code> of the edge this <code><atitle="dalpy.graphs.GraphVertexError" href="#dalpy.graphs.GraphVertexError">GraphVertexError</a></code> is being raised in
202
202
association with.</dd>
203
-
<dt><strong><code>dest_name</code></strong></dt>
204
-
<dd>The string name of the destination <code><atitle="dalpy.graphs.Vertex" href="#dalpy.graphs.Vertex">Vertex</a></code> of the edge this <code><atitle="dalpy.graphs.GraphVertexError" href="#dalpy.graphs.GraphVertexError">GraphVertexError</a></code> is being raised
203
+
<dt><strong><code>dest</code></strong></dt>
204
+
<dd>The destination <code><atitle="dalpy.graphs.Vertex" href="#dalpy.graphs.Vertex">Vertex</a></code> of the edge this <code><atitle="dalpy.graphs.GraphVertexError" href="#dalpy.graphs.GraphVertexError">GraphVertexError</a></code> is being raised
0 commit comments