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