Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ add_lib
Method
add_lib
python/graphscope/client/rpc.py:115–118 ·
view source on GitHub ↗
(self, gar)
Source
from the content-addressed store, hash-verified
113
self._logs_fetching_thread.start()
114
115
def
add_lib(self, gar):
116
if
self._session_id:
117
return
self._add_lib_impl(gar)
118
logger.error(
"adding lib to a closed session"
)
119
120
def
close(self):
121
if
self._session_id:
Callers
6
test_load_correct_jar
Function · 0.45
test_sssp_property_vertex_data
Function · 0.45
projected_p2p_graph_loaded_by_giraph
Function · 0.45
test_giraph_app
Function · 0.45
test_string_app
Function · 0.45
test_giraph_circle_app
Function · 0.45
Calls
2
_add_lib_impl
Method · 0.95
error
Method · 0.65
Tested by
6
test_load_correct_jar
Function · 0.36
test_sssp_property_vertex_data
Function · 0.36
projected_p2p_graph_loaded_by_giraph
Function · 0.36
test_giraph_app
Function · 0.36
test_string_app
Function · 0.36
test_giraph_circle_app
Function · 0.36