Searched refs:joinedargreprs (Results 1 – 1 of 1) sorted by relevance
1578 PyObject *argreprs, *repr = NULL, *sep, *joinedargreprs; in methodcaller_repr() local1636 joinedargreprs = PyUnicode_Join(sep, argreprs); in methodcaller_repr()1638 if (joinedargreprs == NULL) in methodcaller_repr()1642 mc->name, joinedargreprs); in methodcaller_repr()1643 Py_DECREF(joinedargreprs); in methodcaller_repr()