Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c687 static void update_all_slots(PyTypeObject *);
843 update_all_slots(type); in type_set_bases()
8436 update_all_slots(PyTypeObject* type) in update_all_slots() function