Home
last modified time | relevance | path

Searched refs:array_reconstructor (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_array.py17 from array import _array_reconstructor as array_reconstructor unknown
98 self.assertRaises(TypeError, array_reconstructor,
100 self.assertRaises(TypeError, array_reconstructor,
102 self.assertRaises(TypeError, array_reconstructor,
104 self.assertRaises(TypeError, array_reconstructor,
106 self.assertRaises(ValueError, array_reconstructor,
108 self.assertRaises(ValueError, array_reconstructor,
110 self.assertRaises(ValueError, array_reconstructor,
112 self.assertRaises(ValueError, array_reconstructor,
173 b = array_reconstructor(
[all …]
/external/python/cpython3/Modules/
Darraymodule.c2195 static PyObject *array_reconstructor = NULL; in array_array___reduce_ex__() local
2200 if (array_reconstructor == NULL) { in array_array___reduce_ex__()
2204 array_reconstructor = _PyObject_GetAttrId( in array_array___reduce_ex__()
2208 if (array_reconstructor == NULL) in array_array___reduce_ex__()
2261 "O(OCiN)O", array_reconstructor, Py_TYPE(self), typecode, in array_array___reduce_ex__()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv2748 Modules/arraymodule.c array_array___reduce_ex__ array_reconstructor -