Home | History | Annotate | Download | only in Objects

Lines Matching refs:clsdict

3136     PyObject *clsdict;

3145 clsdict = ((PyTypeObject *)cls)->tp_dict;
3146 slotnames = PyDict_GetItemString(clsdict, "__slotnames__");