Home
last modified time | relevance | path

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

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