Fix incompletely revised Iterable/IterableObj docstrings by EliahKagan · Pull Request #1786 · gitpython-developers/GitPython
For more information about the arguments, see list_items.
:return: Iterator yielding Items """ raise NotImplementedError("To be implemented by Subclass")
For more information about the arguments, see :meth:`list_items`. For more information about the arguments, see :meth:`iter_items`.
:note: Favor the :meth:`iter_items` method as it will avoid eagerly collecting all items. When there are many items, that can slow performance and increase
Find (all) items of this type.
See :meth:`IterableObj.list_items` for details on usage. See :meth:`IterableObj.iter_items` for details on usage.
:return: Iterator yielding Items """