cugraph.is_directed#

cugraph.is_directed(G)[source]#

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