Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dvalgrind-numpy-scipy.supp95 fun:PyVectorcall_Call
/external/python/cpython3/Include/cpython/
Dabstract.h146 PyAPI_FUNC(PyObject *) PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict);
/external/python/cpython3/Objects/
Dcall.c229 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call() function
290 return PyVectorcall_Call(callable, args, kwargs); in _PyObject_Call()
Dclassobject.c346 PyVectorcall_Call, /* tp_call */
Dmethodobject.c533 return PyVectorcall_Call(func, args, kwargs); in cfunction_call()
Dfuncobject.c700 PyVectorcall_Call, /* tp_call */
Ddescrobject.c705 PyVectorcall_Call, /* tp_call */
/external/python/cpython3/Doc/c-api/
Dcall.rst52 :c:member:`~PyTypeObject.tp_call` to :c:func:`PyVectorcall_Call`.
165 .. c:function:: PyObject* PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict)
Dtypeobj.rst721 This can be done by setting *tp_call* to :c:func:`PyVectorcall_Call`.
748 :c:func:`PyVectorcall_Call` is explicitly called.
/external/python/cpython3/Modules/
D_testcapimodule.c5114 return PyVectorcall_Call(func, argstuple, kwargs); in test_pyvectorcall_call()
6518 .tp_call = PyVectorcall_Call,
6558 .tp_call = PyVectorcall_Call,
/external/python/cpython3/Doc/data/
Dpython3.10.abi838 …<elf-symbol name='PyVectorcall_Call' type='func-type' binding='global-binding' visibility='default…
6977PyVectorcall_Call' mangled-name='PyVectorcall_Call' filepath='Objects/call.c' line='229' column='1…
9503 …<function-decl name='PyVectorcall_Call' mangled-name='PyVectorcall_Call' filepath='./Include/cpyth…