Searched refs:array_reconstructor (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_array.py | 18 from array import _array_reconstructor as array_reconstructor unknown 99 self.assertRaises(TypeError, array_reconstructor, 101 self.assertRaises(TypeError, array_reconstructor, 103 self.assertRaises(TypeError, array_reconstructor, 105 self.assertRaises(TypeError, array_reconstructor, 107 self.assertRaises(ValueError, array_reconstructor, 109 self.assertRaises(ValueError, array_reconstructor, 111 self.assertRaises(ValueError, array_reconstructor, 113 self.assertRaises(ValueError, array_reconstructor, 174 b = array_reconstructor( [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | arraymodule.c | 2195 static PyObject *array_reconstructor = NULL; in array_array___reduce_ex___impl() local 2201 if (array_reconstructor == NULL) { in array_array___reduce_ex___impl() 2205 array_reconstructor = PyObject_GetAttr( in array_array___reduce_ex___impl() 2209 if (array_reconstructor == NULL) in array_array___reduce_ex___impl() 2262 "O(OCiN)O", array_reconstructor, Py_TYPE(self), typecode, in array_array___reduce_ex___impl()
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | globals-to-fix.tsv | 1286 Modules/arraymodule.c array_array___reduce_ex__ array_reconstructor -
|