MCPcopy 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_jarFunction · 0.45
test_giraph_appFunction · 0.45
test_string_appFunction · 0.45
test_giraph_circle_appFunction · 0.45

Calls 2

_add_lib_implMethod · 0.95
errorMethod · 0.65

Tested by 6

test_load_correct_jarFunction · 0.36
test_giraph_appFunction · 0.36
test_string_appFunction · 0.36
test_giraph_circle_appFunction · 0.36