Lines Matching refs:Py_XSETREF
210 Py_XSETREF(((PyFunctionObject *)op)->func_defaults, defaults);
242 Py_XSETREF(((PyFunctionObject *)op)->func_kwdefaults, defaults);
275 Py_XSETREF(((PyFunctionObject *)op)->func_closure, closure);
337 Py_XSETREF(((PyFunctionObject *)op)->func_annotations, annotations);
397 Py_XSETREF(op->func_code, value);
419 Py_XSETREF(op->func_name, value);
441 Py_XSETREF(op->func_qualname, value);
482 Py_XSETREF(op->func_defaults, value);
524 Py_XSETREF(op->func_kwdefaults, value);
558 Py_XSETREF(op->func_annotations, value);
922 Py_XSETREF(cm->cm_callable, callable);
1113 Py_XSETREF(sm->sm_callable, callable);