Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c590 static void update_all_slots(PyTypeObject *);
746 update_all_slots(type); in type_set_bases()
7252 update_all_slots(PyTypeObject* type) in update_all_slots() function
/external/python/cpython2/Objects/
Dtypeobject.c391 static void update_all_slots(PyTypeObject *);
559 update_all_slots(type); in type_set_bases()
6480 update_all_slots(PyTypeObject* type) function