Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4862 inherit_special(PyTypeObject *type, PyTypeObject *base) in inherit_special() function
5212 inherit_special(type, type->tp_base); in PyType_Ready()
/external/python/cpython2/Objects/
Dtypeobject.c3811 inherit_special(PyTypeObject *type, PyTypeObject *base) function
4223 inherit_special(type, type->tp_base);