Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c3235 PyObject *clsdict; in slotnames() local
3244 clsdict = ((PyTypeObject *)cls)->tp_dict; in slotnames()
3245 slotnames = PyDict_GetItemString(clsdict, "__slotnames__"); in slotnames()