Searched refs:abstract_methods (Results 1 – 2 of 2) sorted by relevance
91 abstract_methods = ('fold',96 for method in abstract_methods:
6123 PyObject *abstract_methods; in object_new() local6131 abstract_methods = type_abstractmethods(type, NULL); in object_new()6132 if (abstract_methods == NULL) in object_new()6134 sorted_methods = PySequence_List(abstract_methods); in object_new()6135 Py_DECREF(abstract_methods); in object_new()