Documentation for a class.
More...
|
| def | __init__ (self) |
| | The constructor.
|
| |
| def | PyMethod (self) |
| | Documentation for a method.
|
| |
Documentation for a class.
More details.
Definition at line 15 of file pyexample.py.
◆ __init__()
| def pyexample.PyClass.__init__ |
( |
|
self | ) |
|
The constructor.
Definition at line 18 of file pyexample.py.
18 def __init__(self):
19 self._memVar = 0;
20
◆ PyMethod()
| def pyexample.PyClass.PyMethod |
( |
|
self | ) |
|
Documentation for a method.
- Parameters
-
Definition at line 23 of file pyexample.py.
23 def PyMethod(self):
24 pass
25
◆ _memVar
| pyexample.PyClass._memVar |
|
protected |
◆ classVar
| int pyexample.PyClass.classVar = 0; |
|
static |
The documentation for this class was generated from the following file: