graph_tool.util.find_edge#

graph_tool.util.find_edge(g, prop, match)[source]#

Find all edges e for which prop[e] = match. The parameter prop must be a EdgePropertyMap.