

Go to the source code of this file.
Classes | |
| struct | PyLogTemplate |
Functions | |
| PyObject * | py_log_template_new (PyTypeObject *type, PyObject *args, PyObject *kwds) |
| void | py_log_template_free (PyLogTemplate *self) |
| PyObject * | py_log_template_format (PyObject *s, PyObject *args, PyObject *kwds) |
| void | py_log_template_global_init (void) |
Variables | |
| PyTypeObject | py_log_template_type |
| PyObject * | PyExc_LogTemplate |
| PyObject* py_log_template_format | ( | PyObject * | s, |
| PyObject * | args, | ||
| PyObject * | kwds | ||
| ) |
| void py_log_template_free | ( | PyLogTemplate * | self | ) |
| void py_log_template_global_init | ( | void | ) |
| PyObject* py_log_template_new | ( | PyTypeObject * | type, |
| PyObject * | args, | ||
| PyObject * | kwds | ||
| ) |
|
extern |
|
extern |