Home | History | Annotate | Download | only in test

Lines Matching refs:ARRAY

18             int_array = ARRAY(fmt, alen)
43 CharArray = ARRAY(c_char, 3)
71 numarray = ARRAY(c_int, alen)
90 self.assertTrue(not ARRAY(c_int, 3) is ARRAY(c_int, 4))
91 self.assertTrue(ARRAY(c_int, 3) is ARRAY(c_int, 3))
120 # Array types are cached internally in the _ctypes extension,
121 # in a WeakValueDictionary. Make sure the array type is
128 # Create a new array type based on it: