Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
7c3585df
Commit
7c3585df
authored
Aug 09, 2015
by
davebshow
Browse files
added reminder to close client in docs
parent
220789da
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/usage.rst
View file @
7c3585df
...
...
@@ -106,6 +106,12 @@ point to different endpoints::
... ws_connector=connector)
Remember, when you are done you must explicitly close the :py:class:`GremlinClient`
using the coroutinemethod :py:meth:`close`::
>>> yield from client.close()
.. class:: GremlinClient(self, *, url='ws://localhost:8182/', loop=None,
lang="gremlin-groovy", op="eval", processor="",
timeout=None, ws_connector=None)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment