|
navit
0.5.3-trunk
|
Data Structures | |
| struct | templateObject |
Functions | |
| static PyObject * | template_func (templateObject *self, PyObject *args) |
| static PyObject * | template_getattr_py (PyObject *self, char *name) |
| static void | template_destroy_py (templateObject *self) |
| struct template * | template_py_get (PyObject *self) |
| PyObject * | template_new_py (PyObject *self, PyObject *args) |
| PyObject * | template_new_py_ref (struct template *template) |
Variables | |
| static PyMethodDef | template_methods [] |
| PyTypeObject | template_Type |
|
static |
|
static |
References file.
|
static |
References name, and template_methods.
| PyObject* template_new_py | ( | PyObject * | self, |
| PyObject * | args | ||
| ) |
References templateObject::ref, templateObject::template, and template_Type.
| PyObject* template_new_py_ref | ( | struct template * | template | ) |
References templateObject::ref, templateObject::template, and template_Type.
| struct template* template_py_get | ( | PyObject * | self | ) |
|
static |
Referenced by template_getattr_py().
| PyTypeObject template_Type |
Referenced by template_new_py(), and template_new_py_ref().