
Functions | |
| int | py_is_log_template_options (PyObject *obj) |
| PyObject * | py_log_template_options_new (LogTemplateOptions *template_options, GlobalConfig *cfg) |
| int | py_log_template_options_init (PyObject *s, PyObject *args, PyObject *kwds) |
| void | py_log_template_options_global_init (void) |
Variables | |
| PyTypeObject | py_log_template_options_type |
| int py_is_log_template_options | ( | PyObject * | obj | ) |
| void py_log_template_options_global_init | ( | void | ) |
| int py_log_template_options_init | ( | PyObject * | s, |
| PyObject * | args, | ||
| PyObject * | kwds | ||
| ) |
| PyObject* py_log_template_options_new | ( | LogTemplateOptions * | template_options, |
| GlobalConfig * | cfg | ||
| ) |
| PyTypeObject py_log_template_options_type |