Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_object.h297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL)
299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_object.h297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL)
299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_object.h297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL)
299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_object.h297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL)
299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_object.h297 (*(PyCFunctionWithKeywords)(void(*)(void))meth), self, args, NULL)
299 PyCFunctionWithKeywords meth, PyObject *, PyObject *, PyObject *);
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpycfunction_helpers.h7 inline PyCFunction castPyCFunctionWithKeywords(PyCFunctionWithKeywords func) { in castPyCFunctionWithKeywords()
/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c543 (*(PyCFunctionWithKeywords)(void(*)(void))meth), in cfunction_call()
561 EM_JS(PyObject*, _PyCFunctionWithKeywords_TrampolineCall, (PyCFunctionWithKeywords func, PyObject *…
Ddescrobject.c359 PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords) in method_vectorcall_VARARGS_KEYWORDS()
Dcall.c215 (PyCFunctionWithKeywords)call, callable, argstuple, kwdict); in _PyObject_MakeTpCall()
/aosp_15_r20/external/python/cpython3/Include/
Dmethodobject.h21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmethodobject.h21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmethodobject.h21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmethodobject.h21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmethodobject.h21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dstructures.rst198 .. c:type:: PyCFunctionWithKeywords
204 PyObject *PyCFunctionWithKeywords(PyObject *self,
291 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw); in PyCFunction_Call()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dstructures.rst178 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat44 type,PyCFunctionWithKeywords,3.2,,
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml354 [typedef.PyCFunctionWithKeywords]