Searched refs:PyCFunctionWithKeywords (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_emscripten_trampoline.h | 33 _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/ |
D | emscripten_trampoline.c | 36 _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/ |
D | pycfunction_helpers.h | 7 inline PyCFunction castPyCFunctionWithKeywords(PyCFunctionWithKeywords func) { in castPyCFunctionWithKeywords()
|
/external/python/cpython3/Include/ |
D | methodobject.h | 21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
|
/external/python/cpython3/Objects/ |
D | methodobject.c | 541 (*(PyCFunctionWithKeywords)(void(*)(void))meth), in cfunction_call()
|
D | descrobject.c | 353 PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords) in method_vectorcall_VARARGS_KEYWORDS()
|
D | call.c | 243 (PyCFunctionWithKeywords)call, callable, argstuple, kwdict); in _PyObject_MakeTpCall()
|
/external/python/cpython3/Doc/c-api/ |
D | structures.rst | 179 .. 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/ |
D | stable_abi.dat | 47 type,PyCFunctionWithKeywords,3.2,,
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 358 [typedef.PyCFunctionWithKeywords]
|