MCPcopy Create free account
hub / github.com/apache/arrow / DebugPrint

Function DebugPrint

python/pyarrow/src/arrow/python/helpers.cc:512–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void DebugPrint(PyObject* obj) {
513 std::string repr = PyObject_StdStringRepr(obj);
514 PySys_WriteStderr("%s\n", repr.c_str());
515}
516
517} // namespace internal
518} // namespace py

Callers

nothing calls this directly

Calls 1

PyObject_StdStringReprFunction · 0.85

Tested by

no test coverage detected