Lines Matching refs:provide
102 ABC for classes that provide the :meth:`__contains__` method.
106 ABC for classes that provide the :meth:`__hash__` method.
110 ABC for classes that provide the :meth:`__len__` method.
114 ABC for classes that provide the :meth:`__call__` method.
118 ABC for classes that provide the :meth:`__iter__` method.
134 ABC for classes that provide the :meth:`~iterator.__iter__` and
140 ABC for iterable classes that also provide the :meth:`__reversed__`
193 expressions. Custom implementations must provide the :meth:`__await__`
228 ABC for classes that provide ``__aiter__`` method. See also the
235 ABC for classes that provide ``__aiter__`` and ``__anext__``
248 These ABCs allow us to ask classes or instances if they provide