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/ |
D | abstract.h | 89 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/ |
D | abstract.h | 89 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/ |
D | abstract.h | 89 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 89 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/ |
D | abstract.h | 89 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | call.rst | 52 :c:member:`~PyTypeObject.tp_call` to :c:func:`PyVectorcall_Call`. 161 .. c:function:: PyObject* PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict)
|
D | typeobj.rst | 728 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/ |
D | classobject.c | 332 .tp_call = PyVectorcall_Call,
|
D | methodobject.c | 532 return PyVectorcall_Call(func, args, kwargs); in cfunction_call()
|
D | weakrefobject.c | 375 .tp_call = PyVectorcall_Call,
|
D | call.c | 266 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call() function
|
D | funcobject.c | 772 PyVectorcall_Call, /* tp_call */
|
D | descrobject.c | 725 PyVectorcall_Call, /* tp_call */
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 5347 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/ |
D | python3.11.abi | 845 …<elf-symbol name='PyVectorcall_Call' type='func-type' binding='global-binding' visibility='default… 7308 …PyVectorcall_Call' mangled-name='PyVectorcall_Call' filepath='Objects/call.c' line='266' column='1…
|