Home | History | Annotate | Download | only in port

Lines Matching refs:filehandle

650             with self._filesystem.open_binary_file_for_reading(png_path) as filehandle:
651 return read_checksum_from_png.read_checksum(filehandle)