
Functions | |
| static int | exc_clear (zbarException *self) |
| static void | exc_dealloc (zbarException *self) |
| static PyObject * | exc_get_message (zbarException *self, void *closure) |
| static int | exc_init (zbarException *self, PyObject *args, PyObject *kwds) |
| static int | exc_set_message (zbarException *self, PyObject *value, void *closure) |
| static PyObject * | exc_str (zbarException *self) |
| static int | exc_traverse (zbarException *self, visitproc visit, void *arg) |
| PyObject * | zbarErr_Set (PyObject *self) |
Variables | |
| static PyGetSetDef | exc_getset [] |
| PyTypeObject | zbarException_Type |
|
static |
|
static |
|
inlinestatic |
References _zbar_error_string(), and zbarProcessor_Check.
Referenced by exc_str().


|
static |
|
static |
|
static |
|
static |
| PyObject* zbarErr_Set | ( | PyObject * | self | ) |
References _zbar_get_error_code(), zbar::ZBAR_ERR_NOMEM, zbar::ZBAR_ERR_NUM, and zbar_exc.
Referenced by processor_get_bool(), processor_init_(), processor_process_image(), processor_process_one(), processor_set_bool(), and processor_user_wait().

|
static |
| PyTypeObject zbarException_Type |
Referenced by initzbar().