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

Method __init__

python/graphscope/framework/graph.py:1433–1437  ·  view source on GitHub ↗
(self, session, op)

Source from the content-addressed store, hash-verified

1431 """Unloaded graph node in a DAG."""
1432
1433 def __init__(self, session, op):
1434 self._session = session
1435 self._op = op
1436 # add op to dag
1437 self._session.dag.add_op(self._op)

Callers

nothing calls this directly

Calls 1

add_opMethod · 0.80

Tested by

no test coverage detected