Login
From:
Python documentation
(Uncensored)
subscribe
collections.abc — Abstract Base Classes for Containers — Python 3.13.5 documentation
https://docs.python.org/3/library/collections.abc.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/_collections_abc.py 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 whet...