is_path# is_path(G, path)[source]# Returns whether or not the specified path exists Parameters: GgraphA NetworkX graph. path: listA list of node labels which defines the path to traverse Returns: isPath: boolA boolean representing whether or not the path exists