Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy Rozendorn
AIO Gremlin
Commits
819ba267
Commit
819ba267
authored
Aug 10, 2020
by
Guy Rozendorn
Browse files
docstrings
parent
abada0fc
Pipeline
#355
failed with stage
in 5 minutes and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
aiogremlin/driver/connection.py
aiogremlin/driver/connection.py
+1
-0
aiogremlin/driver/pool.py
aiogremlin/driver/pool.py
+1
-0
aiogremlin/driver/server.py
aiogremlin/driver/server.py
+1
-0
No files found.
aiogremlin/driver/connection.py
View file @
819ba267
...
...
@@ -74,6 +74,7 @@ class Connection:
Protocol implementation
:param transport_factory: Factory function for transports
:param ssl.SSLContext ssl_context:
:param dict(str, str) headers:
:param str username: Username for database auth
:param str password: Password for database auth
...
...
aiogremlin/driver/pool.py
View file @
819ba267
...
...
@@ -81,6 +81,7 @@ class ConnectionPool:
:param str url: url for host Gremlin Server
:param asyncio.BaseEventLoop loop:
:param ssl.SSLContext ssl_context:
:param dict(str, str) headers:
:param str username: Username for database auth
:param str password: Password for database auth
:param float response_timeout: (optional) `None` by default
...
...
aiogremlin/driver/server.py
View file @
819ba267
...
...
@@ -82,6 +82,7 @@ class GremlinServer:
:param str url: url for host Gremlin Server
:param asyncio.BaseEventLoop loop:
:param ssl.SSLContext ssl_context:
:param dict(str, str) headers:
:param str username: Username for database auth
:param str password: Password for database auth
:param float response_timeout: (optional) `None` by default
...
...
Write
Preview
Markdown
is supported
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