Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
eval
Method · 0.45
get_java_version
Function · 0.45
__del__
Method · 0.45
__del__
Method · 0.45
__del__
Method · 0.45
__del__
Method · 0.45
destroy
Function · 0.45
status
Function · 0.45
_call
Method · 0.45
query_to_cypher
Function · 0.45
Calls
1
_run_step_impl
Method · 0.95
Tested by
9
test_vertices_omitted_form_loader
Function · 0.36
test_construct_graph_step_by_step
Function · 0.36
test_unload_graph
Function · 0.36
test_graph_to_numpy
Function · 0.36
test_graph_to_dataframe
Function · 0.36
test_context
Function · 0.36
test_add_column
Function · 0.36
test_multi_src_dst_edge_loader
Function · 0.36
test_simulate_eager
Function · 0.36