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

Method __init__

python/graphscope/framework/context.py:53–57  ·  view source on GitHub ↗
(self, session, op)

Source from the content-addressed store, hash-verified

51 """Unloaded context node in a DAG."""
52
53 def __init__(self, session, op):
54 self._session = session
55 self._op = op
56 # add op to dag
57 self._session.dag.add_op(self._op)
58
59
60class BaseContextDAGNode(DAGNode):

Callers

nothing calls this directly

Calls 1

add_opMethod · 0.80

Tested by

no test coverage detected