Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmethodobject.h20 typedef PyObject *(*_PyCFunctionFast) (PyObject *, PyObject *const *, Py_ssize_t); typedef
/third_party/python/Objects/
Dmethodobject.c425 _PyCFunctionFast meth = (_PyCFunctionFast) in cfunction_vectorcall_FASTCALL()
Ddescrobject.c381 _PyCFunctionFast meth = (_PyCFunctionFast) in method_vectorcall_FASTCALL()
/third_party/python/Doc/c-api/
Dstructures.rst197 .. c:type:: _PyCFunctionFast
203 PyObject *_PyCFunctionFast(PyObject *self,
288 The methods have the type :c:type:`_PyCFunctionFast`.