Home | History | Annotate | Download | only in Objects

Lines Matching refs:sorted_methods

3029         PyObject *sorted_methods = NULL;
3044 sorted_methods = PyObject_CallFunctionObjArgs(sorted,
3047 if (sorted_methods == NULL)
3055 "O", sorted_methods);
3069 Py_XDECREF(sorted_methods);