MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / is_directed

Method is_directed

easygraph/classes/multigraph.py:541–543  ·  view source on GitHub ↗

Returns True if graph is directed, False otherwise.

(self)

Source from the content-addressed store, hash-verified

539 return True
540
541 def is_directed(self):
542 """Returns True if graph is directed, False otherwise."""
543 return False
544
545 def copy(self):
546 """Returns a copy of the graph.

Callers 1

make_graphMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected