| Python
    | 
Documentation for a class. More...
| Public Member Functions | |
| def | __init__ (self) | 
| The constructor.  More... | |
| def | PyMethod (self) | 
| Documentation for a method.  More... | |
| Static Public Attributes | |
| int | classVar = 0; | 
| A class variable.  More... | |
Documentation for a class.
More details.
| def pyexample.PyClass.__init__ | ( | self | ) | 
The constructor.
| def pyexample.PyClass.PyMethod | ( | self | ) | 
Documentation for a method.
| self | The object pointer. | 
| 
 | static | 
A class variable.
 1.8.13
 1.8.13