Searched refs:objrepr (Results 1 – 1 of 1) sorted by relevance
3732 PyObject *result, *objrepr; in repeat_repr() local3734 objrepr = PyObject_Repr(ro->element); in repeat_repr()3735 if (objrepr == NULL) in repeat_repr()3740 PyString_AS_STRING(objrepr)); in repeat_repr()3743 PyString_AS_STRING(objrepr), ro->cnt); in repeat_repr()3744 Py_DECREF(objrepr); in repeat_repr()