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

Function PLy_warning

src/pl/plpython/plpy_plpymodule.c:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static PyObject *
321PLy_warning(PyObject *self, PyObject *args, PyObject *kw)
322{
323 return PLy_output(WARNING, self, args, kw);
324}
325
326static PyObject *
327PLy_error(PyObject *self, PyObject *args, PyObject *kw)

Callers

nothing calls this directly

Calls 1

PLy_outputFunction · 0.85

Tested by

no test coverage detected