René's URL Explorer Experiment


Title: abc — Abstract Base Classes — Python 3.15.0a5 documentation

Open Graph Title: abc — Abstract Base Classes

Description: Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...

Open Graph Description: Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...

Opengraph URL: https://docs.python.org/3/library/abc.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_abc_5b42805a.png
og:image:altSource code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
contextlib — Utilities for with-statement contextshttps://docs.python.org/dev/library/contextlib.html
atexit — Exit handlershttps://docs.python.org/dev/library/atexit.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/abc.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/atexit.html
previoushttps://docs.python.org/dev/library/contextlib.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Python Runtime Serviceshttps://docs.python.org/dev/library/python.html
abc — Abstract Base Classeshttps://docs.python.org/dev/library/abc.html
https://docs.python.org/dev/library/abc.html#module-abc
Lib/abc.pyhttps://github.com/python/cpython/tree/main/Lib/abc.py
abstract base classeshttps://docs.python.org/dev/glossary.html#term-abstract-base-class
PEP 3119https://peps.python.org/pep-3119/
PEP 3141https://peps.python.org/pep-3141/
numbershttps://docs.python.org/dev/library/numbers.html#module-numbers
collectionshttps://docs.python.org/dev/library/collections.html#module-collections
collections.abchttps://docs.python.org/dev/library/collections.abc.html#module-collections.abc
hashablehttps://docs.python.org/dev/glossary.html#term-hashable
mappinghttps://docs.python.org/dev/glossary.html#term-mapping
ABCMetahttps://docs.python.org/dev/library/abc.html#abc.ABCMeta
ABChttps://docs.python.org/dev/library/abc.html#abc.ABC
https://docs.python.org/dev/library/abc.html#abc.ABC
ABCMetahttps://docs.python.org/dev/library/abc.html#abc.ABCMeta
ABCMetahttps://docs.python.org/dev/library/abc.html#abc.ABCMeta
https://docs.python.org/dev/library/abc.html#abc.ABCMeta
issubclass()https://docs.python.org/dev/library/functions.html#issubclass
super()https://docs.python.org/dev/library/functions.html#super
[1]https://docs.python.org/dev/library/abc.html#id2
https://docs.python.org/dev/library/abc.html#abc.ABCMeta.register
get_cache_token()https://docs.python.org/dev/library/abc.html#abc.get_cache_token
https://docs.python.org/dev/library/abc.html#abc.ABCMeta.__subclasshook__
issubclass()https://docs.python.org/dev/library/functions.html#issubclass
register()https://docs.python.org/dev/library/abc.html#abc.ABCMeta.register
__subclasscheck__()https://docs.python.org/dev/reference/datamodel.html#type.__subclasscheck__
NotImplementedhttps://docs.python.org/dev/library/constants.html#NotImplemented
__iter__()https://docs.python.org/dev/reference/datamodel.html#object.__iter__
__subclasshook__()https://docs.python.org/dev/library/abc.html#abc.ABCMeta.__subclasshook__
__iter__()https://docs.python.org/dev/reference/datamodel.html#object.__iter__
__dict__https://docs.python.org/dev/reference/datamodel.html#object.__dict__
__mro__https://docs.python.org/dev/reference/datamodel.html#type.__mro__
__iter__()https://docs.python.org/dev/reference/datamodel.html#object.__iter__
__len__()https://docs.python.org/dev/reference/datamodel.html#object.__len__
__getitem__()https://docs.python.org/dev/reference/datamodel.html#object.__getitem__
https://docs.python.org/dev/library/abc.html#abc.abstractmethod
ABCMetahttps://docs.python.org/dev/library/abc.html#abc.ABCMeta
update_abstractmethods()https://docs.python.org/dev/library/abc.html#abc.update_abstractmethods
register()https://docs.python.org/dev/library/abc.html#abc.ABCMeta.register
propertyhttps://docs.python.org/dev/library/functions.html#property
super()https://docs.python.org/dev/library/functions.html#super
https://docs.python.org/dev/library/abc.html#abc.abstractclassmethod
classmethodhttps://docs.python.org/dev/library/functions.html#classmethod
abstractmethod()https://docs.python.org/dev/library/abc.html#abc.abstractmethod
classmethod()https://docs.python.org/dev/library/functions.html#classmethod
abstractmethod()https://docs.python.org/dev/library/abc.html#abc.abstractmethod
classmethod()https://docs.python.org/dev/library/functions.html#classmethod
https://docs.python.org/dev/library/abc.html#abc.abstractstaticmethod
staticmethodhttps://docs.python.org/dev/library/functions.html#staticmethod
abstractmethod()https://docs.python.org/dev/library/abc.html#abc.abstractmethod
staticmethod()https://docs.python.org/dev/library/functions.html#staticmethod
abstractmethod()https://docs.python.org/dev/library/abc.html#abc.abstractmethod
staticmethod()https://docs.python.org/dev/library/functions.html#staticmethod
https://docs.python.org/dev/library/abc.html#abc.abstractproperty
propertyhttps://docs.python.org/dev/library/functions.html#property
property.getter()https://docs.python.org/dev/library/functions.html#property.getter
property.setter()https://docs.python.org/dev/library/functions.html#property.setter
property.deleter()https://docs.python.org/dev/library/functions.html#property.deleter
abstractmethod()https://docs.python.org/dev/library/abc.html#abc.abstractmethod
property()https://docs.python.org/dev/library/functions.html#property
property()https://docs.python.org/dev/library/functions.html#property
https://docs.python.org/dev/library/abc.html#abc.get_cache_token
ABCMeta.register()https://docs.python.org/dev/library/abc.html#abc.ABCMeta.register
https://docs.python.org/dev/library/abc.html#abc.update_abstractmethods
ABCMetahttps://docs.python.org/dev/library/abc.html#abc.ABCMeta
1https://docs.python.org/dev/library/abc.html#id1
contextlib — Utilities for with-statement contextshttps://docs.python.org/dev/library/contextlib.html
atexit — Exit handlershttps://docs.python.org/dev/library/atexit.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/abc.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/atexit.html
previoushttps://docs.python.org/dev/library/contextlib.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Python Runtime Serviceshttps://docs.python.org/dev/library/python.html
abc — Abstract Base Classeshttps://docs.python.org/dev/library/abc.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.