Home | History | Annotate | Download | only in Objects

Lines Matching refs:abstract_methods

3688         PyObject *abstract_methods = NULL;
3699 abstract_methods = type_abstractmethods(type, NULL);
3700 if (abstract_methods == NULL)
3709 abstract_methods,
3728 Py_XDECREF(abstract_methods);