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

Method run

python/graphscope/client/rpc.py:104–105  ·  view source on GitHub ↗
(self, dag_def)

Source from the content-addressed store, hash-verified

102 return str(self)
103
104 def run(self, dag_def):
105 return self._run_step_impl(dag_def)
106
107 def fetch_logs(self):
108 if self._logs_fetching_thread is None:

Callers 15

__del__Method · 0.45
__del__Method · 0.45
evalMethod · 0.45
get_java_versionFunction · 0.45
__del__Method · 0.45
__del__Method · 0.45
__del__Method · 0.45
__del__Method · 0.45
destroyFunction · 0.45
statusFunction · 0.45
_callMethod · 0.45
query_to_cypherFunction · 0.45

Calls 1

_run_step_implMethod · 0.95

Tested by 9

test_unload_graphFunction · 0.36
test_graph_to_numpyFunction · 0.36
test_graph_to_dataframeFunction · 0.36
test_contextFunction · 0.36
test_add_columnFunction · 0.36
test_simulate_eagerFunction · 0.36