Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_emscripten_trampoline.h33 _PyEM_TrampolineCall_JavaScript(PyCFunctionWithKeywords func,
39 _PyEM_TrampolineCall_Reflection(PyCFunctionWithKeywords func,
46 (_PyEM_TrampolineCall_Reflection((PyCFunctionWithKeywords)(meth), (self), (args), (kw))) : \
47 (_PyEM_TrampolineCall_JavaScript((PyCFunctionWithKeywords)(meth), (self), (args), (kw))))
51 (*(PyCFunctionWithKeywords)(void(*)(void))(meth)), (self), (args), NULL)
57 … ((int)_PyEM_TrampolineCall((PyCFunctionWithKeywords)(set), (obj), (value), (PyObject*)(closure)))
60 _PyEM_TrampolineCall((PyCFunctionWithKeywords)(get), (obj), (PyObject*)(closure), NULL)
/external/python/cpython3/Python/
Demscripten_trampoline.c36 _PyEM_TrampolineCall_JavaScript, (PyCFunctionWithKeywords func,
49 EM_JS(int, _PyEM_CountFuncParams, (PyCFunctionWithKeywords func),
71 _PyEM_TrampolineCall_Reflection(PyCFunctionWithKeywords func, in _PyEM_TrampolineCall_Reflection()
/external/pytorch/torch/csrc/utils/
Dpycfunction_helpers.h7 inline PyCFunction castPyCFunctionWithKeywords(PyCFunctionWithKeywords func) { in castPyCFunctionWithKeywords()
/external/python/cpython3/Include/
Dmethodobject.h21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/external/python/cpython3/Objects/
Dmethodobject.c541 (*(PyCFunctionWithKeywords)(void(*)(void))meth), in cfunction_call()
Ddescrobject.c353 PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords) in method_vectorcall_VARARGS_KEYWORDS()
Dcall.c243 (PyCFunctionWithKeywords)call, callable, argstuple, kwdict); in _PyObject_MakeTpCall()
/external/python/cpython3/Doc/c-api/
Dstructures.rst179 .. c:type:: PyCFunctionWithKeywords
185 PyObject *PyCFunctionWithKeywords(PyObject *self,
283 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
/external/python/cpython3/Doc/data/
Dstable_abi.dat47 type,PyCFunctionWithKeywords,3.2,,
/external/python/cpython3/Misc/
Dstable_abi.toml358 [typedef.PyCFunctionWithKeywords]