added versionadded
This commit is contained in:
parent
052a02be4a
commit
ad1e0c5e5f
|
@ -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…
Reference in New Issue