Home
last modified time | relevance | path

Searched refs:argreprs (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_operator.c1578 PyObject *argreprs, *repr = NULL, *sep, *joinedargreprs; in methodcaller_repr() local
1597 argreprs = PyTuple_New(numtotalargs); in methodcaller_repr()
1598 if (argreprs == NULL) { in methodcaller_repr()
1607 PyTuple_SET_ITEM(argreprs, i, onerepr); in methodcaller_repr()
1622 PyTuple_SET_ITEM(argreprs, i, onerepr); in methodcaller_repr()
1636 joinedargreprs = PyUnicode_Join(sep, argreprs); in methodcaller_repr()
1646 Py_DECREF(argreprs); in methodcaller_repr()