Home
last modified time | relevance | path

Searched refs:PyCFunction_Call (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c71 PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) in PyCFunction_Call() function
296 PyCFunction_Call, /* tp_call */
/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dmethodobject.h52 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmethodobject.h52 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmethodobject.h52 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmethodobject.h52 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmethodobject.h52 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0a2.rst7 PyObject_Call() and PyCFunction_Call() now raise a SystemError if a function
D3.9.0a1.rst5640 ``PyCFunction_Call`` is now a deprecated alias of :c:func:`PyObject_Call`.
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c360 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def424 "PyCFunction_Call"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c137 EXPORT_FUNC(PyCFunction_Call)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat45 function,PyCFunction_Call,3.2,,
Dpython3.11.abi46 …<elf-symbol name='PyCFunction_Call' type='func-type' binding='global-binding' visibility='default-…
7276PyCFunction_Call' mangled-name='PyCFunction_Call' filepath='Objects/call.c' line='360' column='1' …
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c4372 C_TRACE(x, PyCFunction_Call(func,callargs,NULL)); in call_function()
4586 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict)); in do_call()
4683 C_TRACE(result, PyCFunction_Call(func, callargs, kwdict)); in ext_do_call()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml448 [function.PyCFunction_Call]