@@ -198,7 +198,7 @@ def decrypt_multi_get(decrypt_method, crypto_config_method, read_method, **kwarg
198
198
:param callable decrypt_method: Method to use to decrypt items
199
199
:param callable crypto_config_method: Method that accepts ``kwargs`` and provides a :class:`CryptoConfig`
200
200
:param callable read_method: Method that reads from the table
201
- :param **kwargs: Keyword arguments to pass to ``read_method``
201
+ :param `` **kwargs`` : Keyword arguments to pass to ``read_method``
202
202
:return: DynamoDB response
203
203
:rtype: dict
204
204
"""
@@ -220,7 +220,7 @@ def decrypt_get_item(decrypt_method, crypto_config_method, read_method, **kwargs
220
220
:param callable decrypt_method: Method to use to decrypt item
221
221
:param callable crypto_config_method: Method that accepts ``kwargs`` and provides a :class:`CryptoConfig`
222
222
:param callable read_method: Method that reads from the table
223
- :param **kwargs: Keyword arguments to pass to ``read_method``
223
+ :param `` **kwargs`` : Keyword arguments to pass to ``read_method``
224
224
:return: DynamoDB response
225
225
:rtype: dict
226
226
"""
@@ -244,7 +244,7 @@ def decrypt_batch_get_item(decrypt_method, crypto_config_method, read_method, **
244
244
:param callable decrypt_method: Method to use to decrypt items
245
245
:param callable crypto_config_method: Method that accepts ``kwargs`` and provides a :class:`CryptoConfig`
246
246
:param callable read_method: Method that reads from the table
247
- :param **kwargs: Keyword arguments to pass to ``read_method``
247
+ :param `` **kwargs`` : Keyword arguments to pass to ``read_method``
248
248
:return: DynamoDB response
249
249
:rtype: dict
250
250
"""
@@ -276,7 +276,7 @@ def encrypt_put_item(encrypt_method, crypto_config_method, write_method, **kwarg
276
276
:param callable encrypt_method: Method to use to encrypt items
277
277
:param callable crypto_config_method: Method that accepts ``kwargs`` and provides a :class:`CryptoConfig`
278
278
:param callable write_method: Method that writes to the table
279
- :param **kwargs: Keyword arguments to pass to ``write_method``
279
+ :param `` **kwargs`` : Keyword arguments to pass to ``write_method``
280
280
:return: DynamoDB response
281
281
:rtype: dict
282
282
"""
@@ -297,7 +297,7 @@ def encrypt_batch_write_item(encrypt_method, crypto_config_method, write_method,
297
297
:param callable encrypt_method: Method to use to encrypt items
298
298
:param callable crypto_config_method: Method that accepts a table name string and provides a :class:`CryptoConfig`
299
299
:param callable write_method: Method that writes to the table
300
- :param **kwargs: Keyword arguments to pass to ``write_method``
300
+ :param `` **kwargs`` : Keyword arguments to pass to ``write_method``
301
301
:return: DynamoDB response
302
302
:rtype: dict
303
303
"""
0 commit comments