Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FayazRahman committed Aug 9, 2023
1 parent ae2771b commit d50df4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeplake/core/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit d50df4d

Please sign in to comment.