mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Mark abc.abstractproperty as a property
This commit is contained in:
parent
24d6cc6f4f
commit
87552785c3
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ It also provides the following decorators:
|
|||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. function:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
|
||||
.. decorator:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
|
||||
|
||||
A subclass of the built-in :func:`property`, indicating an abstract property.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue