Home | History | Annotate | Download | only in Objects

Lines Matching refs:sorted_methods

3691         PyObject *sorted_methods = NULL;
3708 sorted_methods = PyObject_CallFunctionObjArgs(sorted,
3711 if (sorted_methods == NULL)
3716 joined = PyUnicode_Join(comma, sorted_methods);
3727 Py_XDECREF(sorted_methods);