Skip to content

Commit

Permalink
Data type converter: Improve inline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 16, 2022
1 parent 1410547 commit 410c474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/crate/client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def __init__(self,
Set the ``TCP_KEEPCNT`` socket option, which overrides
``net.ipv4.tcp_keepalive_probes`` kernel setting if ``socket_keepalive``
is ``True``.
:param converter:
(optional, defaults to ``None``)
A `Converter` object to propagate to newly created `Cursor` objects.
"""

self._converter = converter
Expand Down

0 comments on commit 410c474

Please sign in to comment.