Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4939 inherit_slots(PyTypeObject *type, PyTypeObject *base) in inherit_slots() function
5222 inherit_slots(type, (PyTypeObject *)b); in PyType_Ready()
/external/python/cpython2/Objects/
Dtypeobject.c3927 inherit_slots(PyTypeObject *type, PyTypeObject *base) function
4233 inherit_slots(type, (PyTypeObject *)b);