mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Missing source links.
This commit is contained in:
parent
399bf7be41
commit
ead4975b9f
4 changed files with 14 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
.. sectionauthor:: Georg Brandl
|
||||
.. much of the content adapted from docstrings
|
||||
|
||||
**Source code:** :source:`Lib/abc.py`
|
||||
|
||||
--------------
|
||||
|
||||
This module provides the infrastructure for defining an :term:`abstract base
|
||||
class` (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this
|
||||
was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue