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... | |
Private Attributes | |
_memVar | |
a member variable More... | |
def pyexample.PyClass.__init__ | ( | self | ) |
def pyexample.PyClass.PyMethod | ( | self | ) |
Documentation for a method.
self | The object pointer. |
Definition at line 23 of file pyexample.py.
|
private |
a member variable
Definition at line 19 of file pyexample.py.
|
static |
A class variable.
Definition at line 27 of file pyexample.py.