Searched refs:PyEval_CallObjectWithKeywords (Results 1 – 25 of 25) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | ceval.h | 27 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( 34 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | ceval.h | 27 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( 34 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | ceval.h | 27 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( 34 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | ceval.h | 27 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( 34 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | ceval.h | 27 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( 34 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | ceval.h | 10 PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( 15 PyEval_CallObjectWithKeywords(func, arg, (PyObject *)NULL)
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | descrobject.c | 247 result = PyEval_CallObjectWithKeywords(func, args, kwds); in methoddescr_call() 299 result = PyEval_CallObjectWithKeywords(func, args, kwds); in classmethoddescr_call() 343 result = PyEval_CallObjectWithKeywords(func, args, kwds); in wrapperdescr_call()
|
D | weakrefobject.c | 463 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords) in WRAP_BINARY()
|
D | classobject.c | 580 PyObject *res = PyEval_CallObjectWithKeywords(init, arg, kw); in PyInstance_New()
|
D | abstract.c | 2532 return PyEval_CallObjectWithKeywords(o, a, NULL);
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 159 PyEval_CallObjectWithKeywords
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | threadmodule.c | 620 res = PyEval_CallObjectWithKeywords( in t_bootstrap()
|
D | _hotshot.c | 1078 result = PyEval_CallObjectWithKeywords(callable, callargs, callkw); in profiler_runcall()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 405 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 829 "PyEval_CallObjectWithKeywords"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 241 EXPORT_FUNC(PyEval_CallObjectWithKeywords)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 181 function,PyEval_CallObjectWithKeywords,3.2,,
|
D | python3.11.abi | 199 …<elf-symbol name='PyEval_CallObjectWithKeywords' type='func-type' binding='global-binding' visibil… 7258 …PyEval_CallObjectWithKeywords' mangled-name='PyEval_CallObjectWithKeywords' filepath='Objects/call…
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 26 Fix minor regression of PyEval_CallObjectWithKeywords. It should raise
|
D | 3.9.0a1.rst | 5630 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
|
D | 3.7.0a1.rst | 735 Fix minor regression of PyEval_CallObjectWithKeywords. It should raise
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | bltinmodule.c | 200 retval = PyEval_CallObjectWithKeywords(func, alist, kwdict); in builtin_apply()
|
D | ceval.c | 4217 PyEval_CallObjectWithKeywords(PyObject *func, PyObject *arg, PyObject *kw) in PyEval_CallObjectWithKeywords() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 670 [function.PyEval_CallObjectWithKeywords]
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 1202 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
|