Lines Matching refs:add_func
6149 PyObject *add_func;6152 add_func = _PyObject_GetAttrId(set, &PyId_add);6153 if (add_func == NULL)6160 result = _Pickle_FastCall(add_func, item);