Searched refs:selfrepr (Results 1 – 1 of 1) sorted by relevance
2458 PyObject *selfrepr = PyObject_Repr(self); in instancemethod_repr() local2459 if (selfrepr == NULL) in instancemethod_repr()2461 if (!PyString_Check(selfrepr)) { in instancemethod_repr()2462 Py_DECREF(selfrepr); in instancemethod_repr()2467 PyString_AS_STRING(selfrepr)); in instancemethod_repr()2468 Py_DECREF(selfrepr); in instancemethod_repr()