cugraph.Graph.is_directed#

Graph.is_directed()[source]#

Returns True if the graph is a directed graph. Returns False if the graph is an undirected graph.