![]() |
itom
|
Classes | |
| struct | PyTimer |
Static Public Member Functions | |
| static void | PyTimer_dealloc (PyTimer *self) |
| static PyObject * | PyTimer_new (PyTypeObject *type, PyObject *args, PyObject *kwds) |
| static int | PyTimer_init (PyTimer *self, PyObject *args, PyObject *kwds) |
| static PyObject * | PyTimer_repr (PyTimer *self) |
| static PyObject * | PyTimer_start (PyTimer *self) |
| static PyObject * | PyTimer_stop (PyTimer *self) |
| static PyObject * | PyTimer_isActive (PyTimer *self) |
| static PyObject * | PyTimer_setInterval (PyTimer *self, PyObject *args) |
Static Public Attributes | |
| static PyGetSetDef | PyTimer_getseters [] |
| static PyMemberDef | PyTimer_members [] |
| static PyMethodDef | PyTimer_methods [] |
| static PyTypeObject | PyTimerType |
| static PyModuleDef | PyTimerModule |
|
static |
|
static |
|
static |
|
static |