Documentation for a class.
More details.
Definition at line 14 of file docstring.py.
◆ __init__()
| def docstring.PyClass.__init__ |
( |
|
self | ) |
|
The constructor.
Definition at line 20 of file docstring.py.
20 def __init__(self):
21 """The constructor."""
22 self._memVar = 0;
23
◆ PyMethod()
| def docstring.PyClass.PyMethod |
( |
|
self | ) |
|
Documentation for a method.
Definition at line 24 of file docstring.py.
24 def PyMethod(self):
25 """Documentation for a method."""
26 pass
27
◆ _memVar
| docstring.PyClass._memVar |
|
protected |
The documentation for this class was generated from the following file: