mirror of
https://github.com/python/cpython.git
synced 2025-09-15 13:16:12 +00:00
added versionadded
This commit is contained in:
parent
052a02be4a
commit
ad1e0c5e5f
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,8 @@ It also provides the following decorators:
|
|||
def my_abstract_classmethod(cls, ...):
|
||||
...
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. decorator:: abstractstaticmethod(function)
|
||||
|
||||
|
@ -182,6 +184,8 @@ It also provides the following decorators:
|
|||
def my_abstract_staticmethod(...):
|
||||
...
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
||||
.. function:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue