Searched refs:selfrepr (Results 1 – 1 of 1) sorted by relevance
2456 PyObject *selfrepr = PyObject_Repr(self); in instancemethod_repr() local2457 if (selfrepr == NULL) in instancemethod_repr()2459 if (!PyString_Check(selfrepr)) { in instancemethod_repr()2460 Py_DECREF(selfrepr); in instancemethod_repr()2465 PyString_AS_STRING(selfrepr)); in instancemethod_repr()2466 Py_DECREF(selfrepr); in instancemethod_repr()