Home | History | Annotate | Download | only in Objects

Lines Matching refs:sorted_methods

2892         PyObject *sorted_methods = NULL;

2907 sorted_methods = PyObject_CallFunctionObjArgs(sorted,
2910 if (sorted_methods == NULL)
2918 "O", sorted_methods);
2932 Py_XDECREF(sorted_methods);