From d50df4d9f421b39c5b64648a46d8012b5e09bc56 Mon Sep 17 00:00:00 2001 From: FayazRahman Date: Wed, 9 Aug 2023 21:09:53 +0530 Subject: [PATCH] docstring --- deeplake/core/dataset/dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deeplake/core/dataset/dataset.py b/deeplake/core/dataset/dataset.py index a1c7dfeb88..decd331197 100644 --- a/deeplake/core/dataset/dataset.py +++ b/deeplake/core/dataset/dataset.py @@ -3030,6 +3030,7 @@ def extend( skip_ok (bool): Skip tensors not in ``samples`` if set to True. append_empty (bool): Append empty samples to tensors not specified in ``sample`` if set to ``True``. If True, ``skip_ok`` is ignored. ignore_errors (bool): Skip samples that cause errors while extending, if set to ``True``. + progressbar (bool): Displays a progress bar if set to ``True``. Raises: KeyError: If any tensor in the dataset is not a key in ``samples`` and ``skip_ok`` is ``False``.