Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/easy-graph/Easy-Graph
/ is_directed
Method
is_directed
easygraph/classes/graph.py:1286–1287 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1284
return
len(self._node)
1285
1286
def
is_directed(self):
1287
return
False
1288
1289
def
is_multigraph(self):
1290
""
"Returns True if graph is a multigraph, False otherwise."
""
Callers
15
make_graph
Method · 0.95
from_dict_of_lists
Function · 0.45
from_dict_of_dicts
Function · 0.45
to_networkx
Function · 0.45
from_networkx
Function · 0.45
_relabel_copy
Function · 0.45
from_pyGraphviz_agraph
Function · 0.45
to_pyGraphviz_agraph
Function · 0.45
_not_implemented_for
Function · 0.45
to_scipy_sparse_array
Function · 0.45
from_numpy_array
Function · 0.45
to_numpy_array
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_graph_types
Method · 0.36
assert_property
Method · 0.36
test
Method · 0.36
test_graph
Method · 0.36