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

Method _attach_interactive_instance

python/graphscope/framework/graph.py:1399–1404  ·  view source on GitHub ↗

Store the instance when a new interactive instance is started. Args: instance: interactive instance

(self, instance)

Source from the content-addressed store, hash-verified

1397 return self._session._wrapper(self._graph_node.project(vertices, edges))
1398
1399 def _attach_interactive_instance(self, instance):
1400 """Store the instance when a new interactive instance is started.
1401 Args:
1402 instance: interactive instance
1403 """
1404 self._interactive_instance_list.append(instance)
1405
1406 def _attach_learning_instance(self, instance):
1407 """Store the instance when a new learning instance is created.

Callers 1

interactiveMethod · 0.80

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected