Home
last modified time | relevance | path

Searched refs:type_abstractmethods (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c332 type_abstractmethods(PyTypeObject *type, void *context) in type_abstractmethods() function
644 {"__abstractmethods__", (getter)type_abstractmethods,
3035 abstract_methods = type_abstractmethods(type, NULL); in object_new()
/external/python/cpython3/Objects/
Dtypeobject.c581 type_abstractmethods(PyTypeObject *type, void *context) in type_abstractmethods() function
935 {"__abstractmethods__", (getter)type_abstractmethods,
3889 abstract_methods = type_abstractmethods(type, NULL); in object_new()