Home
last modified time | relevance | path

Searched refs:PyCFunctionWithKeywords (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dmethodobject.h21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/third_party/python/Doc/c-api/
Dstructures.rst186 .. c:type:: PyCFunctionWithKeywords
192 PyObject *PyCFunctionWithKeywords(PyObject *self,
278 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
/third_party/python/Objects/
Dmethodobject.c543 result = (*(PyCFunctionWithKeywords)(void(*)(void))meth)(self, args, kwargs); in cfunction_call()
Ddescrobject.c339 PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords) in method_vectorcall_VARARGS_KEYWORDS()
/third_party/python/Doc/data/
Dstable_abi.dat36 type,PyCFunctionWithKeywords,3.2,
/third_party/python/Misc/
Dstable_abi.txt264 struct PyCFunctionWithKeywords