Searched defs:repr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DErrorUtils.cpp112 // Pull a trick to ensure a valid string - use Python repr!
115 PyObject *repr = PyObject_Repr(obMessage); local
116 if (repr) {
117 c += PyString_AsString(repr);
118 Py_DECREF(repr);

Completed in 44 milliseconds