Acquire.Access._checksum module

get_filesize_and_checksum(filename)[source]

Return a tuple of the size in bytes of the passed file and the file’s md5 checksum

get_size_and_checksum(data)[source]

Return a tuple of the size in bytes of the passed data and the data’s md5 checksum