Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c1823 static int update_slot(PyTypeObject *, PyObject *);
2736 res = update_slot(type, name); in type_setattro()
6429 update_slot(PyTypeObject *type, PyObject *name) function
6487 update_slot(type, p->name_strobj);
/external/python/cpython3/Objects/
Dtypeobject.c2127 static int update_slot(PyTypeObject *, PyObject *);
3444 res = update_slot(type, name); in type_setattro()
7598 update_slot(PyTypeObject *type, PyObject *name) in update_slot() function
7654 update_slot(type, p->name_strobj); in update_all_slots()