Searched refs:abstract_methods (Results 1 – 3 of 3) sorted by relevance
89 abstract_methods = ('fold',94 for method in abstract_methods:
3688 PyObject *abstract_methods = NULL; in object_new() local3699 abstract_methods = type_abstractmethods(type, NULL); in object_new()3700 if (abstract_methods == NULL) in object_new()3709 abstract_methods, in object_new()3728 Py_XDECREF(abstract_methods); in object_new()
3026 PyObject *abstract_methods = NULL; in object_new() local3035 abstract_methods = type_abstractmethods(type, NULL); in object_new()3036 if (abstract_methods == NULL) in object_new()3045 abstract_methods, in object_new()3070 Py_XDECREF(abstract_methods); in object_new()