Searched refs:ExaggeratingArray (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_array.py | 971 class ExaggeratingArray(array.array): class 983 a = ExaggeratingArray(self.typecode, [3, 6, 7, 11], 4)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_array.py | 1284 class ExaggeratingArray(array.array): class 1296 a = ExaggeratingArray(self.typecode, [3, 6, 7, 11], 4)
|