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 495c260 commit 64990baCopy full SHA for 64990ba
src/dict_utils.jl
@@ -28,7 +28,7 @@ end
28
"""
29
haskey(meta_graph, label)
30
31
-Determine whether a meta_graph `meta_graph` contains the vertex `label`.
+Determine whether a MetaGraph `meta_graph` contains the vertex `label`.
32
33
function Base.haskey(meta_graph::MetaGraph, label)
34
return haskey(meta_graph.vertex_properties, label)
@@ -37,7 +37,7 @@ end
37
38
haskey(meta_graph, label_1, label_2)
39
40
-Determine whether a meta_graph `meta_graph` contains an edge from `label_1` to `label_2`.
+Determine whether a MetaGraph `meta_graph` contains an edge from `label_1` to `label_2`.
41
42
The order of `label_1` and `label_2` only matters if `meta_graph` is a digraph.
43
0 commit comments