Search notes:

Python standard library: collections.abc

collections.abc adds some useful abstract base classes such as Iterable, Container and MutableMapping.

See also

The abc modules allows to define abstract base classes.
standard library

Index