| 306 | } |
| 307 | |
| 308 | static PyObject * |
| 309 | PLy_info(PyObject *self, PyObject *args, PyObject *kw) |
| 310 | { |
| 311 | return PLy_output(INFO, self, args, kw); |
| 312 | } |
| 313 | |
| 314 | static PyObject * |
| 315 | PLy_notice(PyObject *self, PyObject *args, PyObject *kw) |
nothing calls this directly
no test coverage detected