Searched refs:PyCFunction_Call (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/python/cpython2/Objects/ |
D | methodobject.c | 71 PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw) in PyCFunction_Call() function 296 PyCFunction_Call, /* tp_call */
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | methodobject.h | 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | methodobject.h | 52 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/ |
D | methodobject.h | 52 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/ |
D | methodobject.h | 52 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/ |
D | methodobject.h | 52 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/ |
D | methodobject.h | 52 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a2.rst | 7 PyObject_Call() and PyCFunction_Call() now raise a SystemError if a function
|
D | 3.9.0a1.rst | 5640 ``PyCFunction_Call`` is now a deprecated alias of :c:func:`PyObject_Call`.
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 360 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 424 "PyCFunction_Call"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 137 EXPORT_FUNC(PyCFunction_Call)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 45 function,PyCFunction_Call,3.2,,
|
D | python3.11.abi | 46 …<elf-symbol name='PyCFunction_Call' type='func-type' binding='global-binding' visibility='default-… 7276 …PyCFunction_Call' mangled-name='PyCFunction_Call' filepath='Objects/call.c' line='360' column='1' …
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | ceval.c | 4372 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/ |
D | stable_abi.toml | 448 [function.PyCFunction_Call]
|