HomeSort by relevance Sort by last modified time
    Searched refs:xflByte (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gzip.py 220 xflByte = fRead.read(1)
221 self.assertEqual(xflByte, '\x02') # maximum compression
  /external/python/cpython2/Lib/test/
test_gzip.py 270 xflByte = fRead.read(1)
271 self.assertEqual(xflByte, '\x02') # maximum compression
  /external/python/cpython3/Lib/test/
test_gzip.py 337 xflByte = fRead.read(1)
338 self.assertEqual(xflByte, b'\x02') # maximum compression

Completed in 1360 milliseconds