Searched refs:type_abstractmethods (Results 1 – 1 of 1) sorted by relevance
619 type_abstractmethods(PyTypeObject *type, void *context) in type_abstractmethods() function1042 {"__abstractmethods__", (getter)type_abstractmethods,4471 abstract_methods = type_abstractmethods(type, NULL); in object_new()