MCPcopy Create free account
hub / github.com/alibaba/GraphScope / to_undirected

Method to_undirected

python/graphscope/framework/graph.py:472–475  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

470 return graph_dag_node
471
472 def to_undirected(self):
473 op = dag_utils.to_undirected(self)
474 graph_dag_node = GraphDAGNode(self._session, op)
475 return graph_dag_node
476
477 def add_vertices(
478 self, vertices, label="_", properties=None, vid_field: Union[int, str] = 0

Callers

nothing calls this directly

Calls 2

GraphDAGNodeClass · 0.85
to_undirectedMethod · 0.45

Tested by

no test coverage detected