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

Function gremlin

python/graphscope/client/session.py:1626–1630  ·  view source on GitHub ↗

This method is going to be deprecated in the future. Use :meth:`graphscope.interactive` instead.

(graph, params=None)

Source from the content-addressed store, hash-verified

1624
1625@deprecated("Please use `graphscope.interactive` instead.")
1626def gremlin(graph, params=None):
1627 """This method is going to be deprecated in the future.
1628 Use :meth:`graphscope.interactive` instead.
1629 """
1630 return interactive(graph, params)
1631
1632
1633def interactive(graph, params=None, with_cypher=False):

Callers

nothing calls this directly

Calls 1

interactiveFunction · 0.70

Tested by

no test coverage detected