class documentation
This is the docstring of this class.
Changed in version 1.1: This class now inherits from
_PrivateClass and
demonstrate the .. versionchanged:: directive support.
Changed in version 1.2: Add
read_and_write_delete property.| Method | __init__ |
Documentation for class initialization. |
| Method | read |
This is a docstring for setter. |
| Method | read |
This is a docstring for deleter. |
| Method | read |
This is a docstring for setter. |
| Property | read |
This is a read-write property. |
| Property | read |
This is a read-write-delete property. |
| Property | read |
This is a read-only property. |
| Property | read |
This is a deprecated read-only property. |
Inherited from _PrivateClass:
| Method | method |
A public method inside a private class. |
| Method | _private |
Returns something. :rtype: list |
Deprecated since version 1.3.0: read_only_deprecated was deprecated in demo 1.3.0; please use
restructuredtext_demo.demo_restructuredtext_module.DemoClass.read_only instead.This is a deprecated read-only property.