Searched refs:PyObject_VectorcallDict (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 | 73 #define _PyObject_FastCallDict PyObject_VectorcallDict 81 PyAPI_FUNC(PyObject *) PyObject_VectorcallDict(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 73 #define _PyObject_FastCallDict PyObject_VectorcallDict 81 PyAPI_FUNC(PyObject *) PyObject_VectorcallDict(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 73 #define _PyObject_FastCallDict PyObject_VectorcallDict 81 PyAPI_FUNC(PyObject *) PyObject_VectorcallDict(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 73 #define _PyObject_FastCallDict PyObject_VectorcallDict 81 PyAPI_FUNC(PyObject *) PyObject_VectorcallDict(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 73 #define _PyObject_FastCallDict PyObject_VectorcallDict 81 PyAPI_FUNC(PyObject *) PyObject_VectorcallDict(
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | call.rst | 115 Additionally, ``PyObject_VectorcallDict`` was available as 213 | :c:func:`PyObject_VectorcallDict` | ``PyObject *`` | vectorcall | dict/``NULL`` | 365 .. c:function:: PyObject* PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, size_t…
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _csv.c | 601 return PyObject_VectorcallDict(type, &dialect_inst, 1, kwargs); in _call_dialect() 604 return PyObject_VectorcallDict(type, NULL, 0, kwargs); in _call_dialect()
|
D | _operator.c | 1773 constructor = PyObject_VectorcallDict(partial, newargs, 2, mc->kwds); in methodcaller_reduce()
|
D | _testcapimodule.c | 5289 return PyObject_VectorcallDict(func, stack, nargs, kwargs); in test_pyobject_fastcalldict()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 187 ns = PyObject_VectorcallDict(prep, pargs, 2, mkw); in builtin___build_class__() 209 cls = PyObject_VectorcallDict(meta, margs, 3, mkw); in builtin___build_class__()
|
D | errors.c | 1028 error = PyObject_VectorcallDict(exception, &msg, 1, kwargs); in PyErr_SetImportErrorSubclass()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 161 PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, in PyObject_VectorcallDict() function
|
D | descrobject.c | 513 PyObject *res = PyObject_VectorcallDict(bound, _PyTuple_ITEMS(args)+1, in classmethoddescr_call()
|
D | typeobject.c | 8631 PyObject *result = PyObject_VectorcallDict(func, NULL, 0, kwds); in type_new_init_subclass()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 568 …<elf-symbol name='PyObject_VectorcallDict' type='func-type' binding='global-binding' visibility='d… 7326 …PyObject_VectorcallDict' mangled-name='PyObject_VectorcallDict' filepath='Objects/call.c' line='16…
|