collections.abc: The Abstract Base Classes for Containers Module
1 Description
The Python collections.abc
module contains abstract base classes which may be used to test whether
a class has a given interface.
This document was last updated: