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

Method session

python/graphscope/framework/dag.py:155–158  ·  view source on GitHub ↗

Get the session that the dag node belongs to.

(self)

Source from the content-addressed store, hash-verified

153
154 @property
155 def session(self):
156 """Get the session that the dag node belongs to."""
157 assert self._session is not None
158 return self._session
159
160 @session.setter
161 def session(self, value):

Callers 15

graphscope_sessionFunction · 0.45
test_minimum_udf_appFunction · 0.45
test_minimum_networkxFunction · 0.45
test_multiple_sessionFunction · 0.45
gs_sessionFunction · 0.45
gs_sessionFunction · 0.45
gs_session_distributedFunction · 0.45

Calls

no outgoing calls

Tested by 15

graphscope_sessionFunction · 0.36
test_minimum_udf_appFunction · 0.36
test_minimum_networkxFunction · 0.36
test_multiple_sessionFunction · 0.36
gs_sessionFunction · 0.36
gs_sessionFunction · 0.36
gs_session_distributedFunction · 0.36