Home | History | Annotate | Download | only in Objects

Lines Matching refs:dictptr

1327     PyObject **dictptr;

1415 dictptr = (PyObject **) ((char *)obj + dictoffset);
1416 dict = *dictptr;
1464 PyObject **dictptr;
1506 dictptr = _PyObject_GetDictPtr(obj);
1507 if (dictptr != NULL) {
1508 dict = *dictptr;
1513 *dictptr = dict;