|
CDT++
Causal Dynamical Triangulations in C++
|
Documentation for a class. More...
Collaboration diagram for pyexample.PyClass:Public Member Functions | |
| def | __init__ (self) |
| The constructor. | |
| def | PyMethod (self) |
| Documentation for a method. | |
Static Public Attributes | |
| int | classVar = 0; |
| A class variable. | |
Protected Attributes | |
| _memVar | |
| a member variable | |
| def pyexample.PyClass.__init__ | ( | self | ) |
The constructor.
Definition at line 18 of file pyexample.py.
| def pyexample.PyClass.PyMethod | ( | self | ) |
Documentation for a method.
| self | The object pointer. |
Definition at line 23 of file pyexample.py.
|
protected |
a member variable
Definition at line 19 of file pyexample.py.
Referenced by docstring.PyClass.__init__().
|
static |
A class variable.
Definition at line 27 of file pyexample.py.