Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/external/python/cpython3/Objects/
Dmethodobject.c437 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in cfunction_vectorcall_FASTCALL_KEYWORDS()
Ddescrobject.c402 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in method_vectorcall_FASTCALL_KEYWORDS()
/external/python/cpython3/Doc/c-api/
Dstructures.rst176 .. c:type:: _PyCFunctionFastWithKeywords
182 PyObject *_PyCFunctionFastWithKeywords(PyObject *self,
270 with methods of type :c:type:`_PyCFunctionFastWithKeywords`.