Home
last modified time | relevance | path

Searched refs:_PyTuple_FromArraySteal (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_tuple.h68 extern PyObject *_PyTuple_FromArraySteal(PyObject *const *, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_tuple.h68 extern PyObject *_PyTuple_FromArraySteal(PyObject *const *, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_tuple.h68 extern PyObject *_PyTuple_FromArraySteal(PyObject *const *, Py_ssize_t);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_tuple.h68 extern PyObject *_PyTuple_FromArraySteal(PyObject *const *, Py_ssize_t);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_tuple.h68 extern PyObject *_PyTuple_FromArraySteal(PyObject *const *, Py_ssize_t);
/aosp_15_r20/external/python/cpython3/Objects/
Dtupleobject.c396 _PyTuple_FromArraySteal(PyObject *const *src, Py_ssize_t n) in _PyTuple_FromArraySteal() function
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c6185 u = _PyTuple_FromArraySteal(args + n, argcount - n);