Searched refs:_PyObject_Call_Prepend (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_call.h | 13 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_call.h | 13 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_call.h | 13 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_call.h | 13 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_call.h | 13 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 456 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, in _PyObject_Call_Prepend() function
|
D | typeobject.c | 7632 res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds); in slot_tp_call() 7863 res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds); in slot_tp_init() 7893 result = _PyObject_Call_Prepend(tstate, func, (PyObject *)type, args, kwds); in slot_tp_new()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1137 …<elf-symbol name='_PyObject_Call_Prepend' type='func-type' binding='global-binding' visibility='de… 7245 …_PyObject_Call_Prepend' mangled-name='_PyObject_Call_Prepend' filepath='Objects/call.c' line='456'…
|