Merge pull request #9461 from tk0miya/9445_class_property

Close #9445: Support class properties
This commit is contained in:
Takeshi KOMIYA
2021-07-20 01:12:04 +09:00
committed by GitHub
9 changed files with 109 additions and 14 deletions

View File

@@ -329,6 +329,13 @@ The following directives are provided for module and class contents:
Indicate the property is abstract.
.. rst:directive:option:: classmethod
:type: no value
Indicate the property is a classmethod.
.. versionaddedd: 4.2
.. rst:directive:option:: type: type of the property
:type: text