Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ to_directed_class
Method
to_directed_class
python/graphscope/nx/classes/graph.py:270–271 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
268
_graph_type = graph_def_pb2.DYNAMIC_PROPERTY
269
270
def
to_directed_class(self):
271
return
nx.DiGraph
272
273
@patch_docstring(RefGraph.to_undirected_class)
274
def
to_undirected_class(self):
Callers
1
to_directed
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected