| 312 | } |
| 313 | |
| 314 | static PyObject * |
| 315 | PLy_notice(PyObject *self, PyObject *args, PyObject *kw) |
| 316 | { |
| 317 | return PLy_output(NOTICE, self, args, kw); |
| 318 | } |
| 319 | |
| 320 | static PyObject * |
| 321 | PLy_warning(PyObject *self, PyObject *args, PyObject *kw) |
nothing calls this directly
no test coverage detected