Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c2102 static int update_slot(PyTypeObject *, PyObject *);
3265 res = update_slot(type, name); in type_setattro()
7201 update_slot(PyTypeObject *type, PyObject *name) in update_slot() function
7259 update_slot(type, p->name_strobj); in update_all_slots()
/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);