Searched refs:smallerexample (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_array.py59 # smallerexample: the same length as example, but smaller
289 al = array.array(self.typecode, self.smallerexample)
825 smallerexample = '\x01azAY\x00\xfe' variable in class:CharacterTest
865 smallerexample = unicode(r'\x01\u263a\x00\ufefe', 'unicode-escape') variable in class:CharacterTest.UnicodeTest
990 smallerexample = [-1, 0, 1, 42, 0x7e] variable in class:SignedNumberTest
1002 smallerexample = [0, 1, 17, 23, 42, 0xfe] variable in class:UnsignedNumberTest
1079 smallerexample = [-42.0, 0, 42, 1e5, -2e10] variable in class:FPTest
/external/python/cpython3/Lib/test/
H A Dtest_array.py190 # smallerexample: the same length as example, but smaller
499 al = array.array(self.typecode, self.smallerexample)
1108 smallerexample = '\x01\u263a\x00\ufefe' variable in class:UnicodeTest
1245 smallerexample = [-1, 0, 1, 42, 0x7e] variable in class:SignedNumberTest
1257 smallerexample = [0, 1, 17, 23, 42, 0xfe] variable in class:UnsignedNumberTest
1329 smallerexample = [-42.0, 0, 42, 1e5, -2e10] variable in class:FPTest

Completed in 116 milliseconds