| 318 | } |
| 319 | |
| 320 | static PyObject * |
| 321 | PLy_warning(PyObject *self, PyObject *args, PyObject *kw) |
| 322 | { |
| 323 | return PLy_output(WARNING, self, args, kw); |
| 324 | } |
| 325 | |
| 326 | static PyObject * |
| 327 | PLy_error(PyObject *self, PyObject *args, PyObject *kw) |
nothing calls this directly
no test coverage detected