Graph searching routines

Graph.find_vertex(str name)

Find vertex by its name

Parameters:name (str) – the name of the vertex
Graph.find_vertex_as_needed(vertex)
Graph.get_vertex_object(vertex)

Return Vertex object