Searched refs:filehandle (Results 1 – 7 of 7) sorted by relevance
33 …filehandle = StringIO.StringIO('''\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x03 \x00\x00\x02X\x0…34 checksum = read_checksum_from_png.read_checksum(filehandle)38 …filehandle = StringIO.StringIO('''\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x03 \x00\x00\x02X\x0…39 checksum = read_checksum_from_png.read_checksum(filehandle)
31 def read_checksum(filehandle): argument33 data = filehandle.read(2048)
440 with fs.open_binary_file_for_reading(png_fullpath) as filehandle:441 checksum_in_png = read_checksum_from_png.read_checksum(filehandle)
38 with open(filename, 'r') as filehandle:39 print "%s: %s" % (read_checksum_from_png.read_checksum(filehandle), filename)
351 with self._filesystem.open_binary_file_for_reading(png_path) as filehandle:352 return read_checksum_from_png.read_checksum(filehandle)
931 v0.75 -- Fixed a flaw in hash_filehandle, it should ARGCHK that the filehandle is not NULL
7399 (setFileHandleNonBlocking): Actually set the filehandle to blocking7484 from a filehandle until an #EOF is reached or7486 (sub setFileHandleNonBlocking): Marks a filehandle as blocking or16889 reading all of the output from the SVN filehandle before closing it.