Home | History | Annotate | Download | only in Modules

Lines Matching defs:joined

191        should be joined before being returned to the user, the latter
2486 PyObject *joined = list_join(*data);
2488 if (joined == NULL)
2490 r = _PyObject_SetAttrId(element, name, joined);
2491 Py_DECREF(joined);