Searched refs:PyCFunctionFastWithKeywords (Results 1 – 11 of 11) sorted by relevance
23 typedef PyObject *(*PyCFunctionFastWithKeywords) (PyObject *, typedef34 typedef PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords;
436 PyCFunctionFastWithKeywords meth = (PyCFunctionFastWithKeywords) in cfunction_vectorcall_FASTCALL_KEYWORDS()
415 PyCFunctionFastWithKeywords meth = (PyCFunctionFastWithKeywords) in method_vectorcall_FASTCALL_KEYWORDS()
200 .. c:type:: PyCFunctionFastWithKeywords206 PyObject *PyCFunctionFastWithKeywords(PyObject *self,309 with methods of type :c:type:`PyCFunctionFastWithKeywords`.
3650 PyCFunctionFastWithKeywords cfunc =3651 (PyCFunctionFastWithKeywords)(void(*)(void))3838 PyCFunctionFastWithKeywords cfunc =3839 (PyCFunctionFastWithKeywords)(void(*)(void))meth->ml_meth;
3557 PyCFunctionFastWithKeywords cfunc = in dummy_func()3558 (PyCFunctionFastWithKeywords)(void(*)(void)) in dummy_func()3698 PyCFunctionFastWithKeywords cfunc = in dummy_func()3699 (PyCFunctionFastWithKeywords)(void(*)(void))meth->ml_meth; in dummy_func()
1214 PyCFunctionFastWithKeywords cfunc = in TARGET()1215 (PyCFunctionFastWithKeywords)(void(*)(void)) in TARGET()1688 PyCFunctionFastWithKeywords cfunc = in TARGET()1689 (PyCFunctionFastWithKeywords)(void(*)(void))meth->ml_meth; in TARGET()
46 type,PyCFunctionFastWithKeywords,3.13,,
1153 ``PyCFunctionFastWithKeywords`` (Python 3.13a4). Patch by Victor Stinner.
1389 Add ``PyCFunctionFast`` and ``PyCFunctionFastWithKeywords`` typedefs
2489 [typedef.PyCFunctionFastWithKeywords]