Home
last modified time | relevance | path

Searched refs:PyVectorcall_Call (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dabstract.h89 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dabstract.h89 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dabstract.h89 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h89 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dabstract.h89 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcall.rst52 :c:member:`~PyTypeObject.tp_call` to :c:func:`PyVectorcall_Call`.
161 .. c:function:: PyObject* PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict)
Dtypeobj.rst728 This can be done by setting *tp_call* to :c:func:`PyVectorcall_Call`.
749 :c:func:`PyVectorcall_Call` is explicitly called.
/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c332 .tp_call = PyVectorcall_Call,
Dmethodobject.c532 return PyVectorcall_Call(func, args, kwargs); in cfunction_call()
Dweakrefobject.c375 .tp_call = PyVectorcall_Call,
Dcall.c266 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call() function
Dfuncobject.c772 PyVectorcall_Call, /* tp_call */
Ddescrobject.c725 PyVectorcall_Call, /* tp_call */
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c5347 return PyVectorcall_Call(func, argstuple, kwargs); in test_pyvectorcall_call()
7343 .tp_call = PyVectorcall_Call,
7383 .tp_call = PyVectorcall_Call,
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi845 …<elf-symbol name='PyVectorcall_Call' type='func-type' binding='global-binding' visibility='default…
7308PyVectorcall_Call' mangled-name='PyVectorcall_Call' filepath='Objects/call.c' line='266' column='1…