Lines Matching +defs:func +defs:set
27 #define descr_set_trampoline_call(set, obj, value, closure) \ argument
272 method_check_args(PyObject *func, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in method_check_args()
303 method_enter_call(PyThreadState *tstate, PyObject *func) in method_enter_call()
314 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS()
339 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS_KEYWORDS()
375 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
395 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL()
414 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS()
433 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_NOARGS()
460 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_O()
1637 PyObject *func, *res; in property_descr_set() local
1693 property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del) in property_copy()