collections.abc - Abstract Base Classes for Containers
Contents
This module provides abstract base classes that can be used to test whether a class provides a particular interface; for example, whether it is hashable or whether it is a mapping.