Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

gremlin python import

>>> from gremlin_python.process.anonymous_traversal import traversal
>>> from gremlin_python.driver.driver_remote_connection import DriverRemoteConnection
>>> g = traversal().withRemote(DriverRemoteConnection('ws://localhost:8182/gremlin','g'))
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #gremlin #python #import
ADD COMMENT
Topic
Name
5+3 =