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

Method load_from

python/graphscope/client/session.py:1158–1163  ·  view source on GitHub ↗

Load a graph within the session. See more information in :meth:`graphscope.load_from`.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1156 )
1157
1158 def load_from(self, *args, **kwargs):
1159 """Load a graph within the session.
1160 See more information in :meth:`graphscope.load_from`.
1161 """
1162 with default_session(self):
1163 return graphscope.load_from(*args, **kwargs)
1164
1165 @deprecated("Please use `sess.interactive` instead.")
1166 def gremlin(self, graph, params=None):

Callers

nothing calls this directly

Calls 1

default_sessionFunction · 0.85

Tested by

no test coverage detected