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

Method _wrapper

python/graphscope/client/session.py:829–832  ·  view source on GitHub ↗
(self, dag_node: DAGNode)

Source from the content-addressed store, hash-verified

827 self._default_session = None
828
829 def _wrapper(self, dag_node: DAGNode) -> Union[DAGNode, App, Context, Graph, Any]:
830 if self.eager():
831 return self.run(dag_node)
832 return dag_node
833
834 def run(self, fetches):
835 """Run operations of `fetches`.

Callers 15

gMethod · 0.95
to_numpyMethod · 0.80
to_dataframeMethod · 0.80
to_vineyard_tensorMethod · 0.80
to_vineyard_dataframeMethod · 0.80
outputMethod · 0.80
_unloadMethod · 0.80
_unloadMethod · 0.80
_project_to_simpleMethod · 0.80
add_columnMethod · 0.80
to_numpyMethod · 0.80
to_dataframeMethod · 0.80

Calls 2

eagerMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected