MCPcopy Create free account
hub / github.com/apache/cloudberry / PLy_debug

Function PLy_debug

src/pl/plpython/plpy_plpymodule.c:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 PyObject *args, PyObject *kw);
295
296static PyObject *
297PLy_debug(PyObject *self, PyObject *args, PyObject *kw)
298{
299 return PLy_output(DEBUG2, self, args, kw);
300}
301
302static PyObject *
303PLy_log(PyObject *self, PyObject *args, PyObject *kw)

Callers

nothing calls this directly

Calls 1

PLy_outputFunction · 0.85

Tested by

no test coverage detected