module documentation

A collection of helpful iterators.

Forked from sphinx.ext.napoleon.iterators.

:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
Class modify_iter An iterator object that supports modifying items as they are returned.
Class peek_iter An iterator object that supports peeking ahead.
Type Variable T Undocumented

Undocumented

Value
TypeVar('T')