| 324 | } |
| 325 | |
| 326 | static PyObject * |
| 327 | PLy_error(PyObject *self, PyObject *args, PyObject *kw) |
| 328 | { |
| 329 | return PLy_output(ERROR, self, args, kw); |
| 330 | } |
| 331 | |
| 332 | static PyObject * |
| 333 | PLy_fatal(PyObject *self, PyObject *args, PyObject *kw) |
nothing calls this directly
no test coverage detected