Home
last modified time | relevance | path

Searched refs:_PyCFunctionFastWithKeywords (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/external/python/cpython3/Objects/
Dmethodobject.c438 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in cfunction_vectorcall_FASTCALL_KEYWORDS()
Ddescrobject.c421 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in method_vectorcall_FASTCALL_KEYWORDS()
/external/python/cpython3/Doc/c-api/
Dstructures.rst219 .. c:type:: _PyCFunctionFastWithKeywords
225 PyObject *_PyCFunctionFastWithKeywords(PyObject *self,
316 with methods of type :c:type:`_PyCFunctionFastWithKeywords`.
/external/python/cpython3/Python/
Dceval.c5093 _PyCFunctionFastWithKeywords cfunc =
5094 (_PyCFunctionFastWithKeywords)(void(*)(void))
5256 _PyCFunctionFastWithKeywords cfunc =
5257 (_PyCFunctionFastWithKeywords)(void(*)(void))meth->ml_meth;