Home
last modified time | relevance | path

Searched refs:array__array_reconstructor_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Darraymodule.c.h529 array__array_reconstructor_impl(PyObject *module, PyTypeObject *arraytype,
564 … return_value = array__array_reconstructor_impl(module, arraytype, typecode, mformat_code, items); in array__array_reconstructor()
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c1978 array__array_reconstructor_impl(PyObject *module, PyTypeObject *arraytype, in array__array_reconstructor_impl() function