Lines Matching refs:data
254 raise exception("unexpected end of data")
260 raise exception("unexpected end of data")
550 raise ReadError("invalid compressed data") from e
606 provides a part of its data as an individual file
621 # Construct a map with data and zero blocks.
669 """Read data from the file.
679 data, start, stop, offset = self.map[self.map_index]
687 if data:
691 raise ReadError("unexpected end of data")
775 # For data, handle permissions & file types
791 # Ignore ownership for 'data'
800 # Check link destination for 'data'
827 "data": data_filter,
866 offset_data = "The file's data starts here.",
894 self.offset_data = 0 # the file's data starts here
1299 # 1. Set self.offset_data to the position where the data blocks begin,
1300 # if there is data that follows.
1324 # Skip the following data blocks.
1670 read from an existing archive, 'a' to append data to an existing
1673 If `fileobj' is given, it is used for reading or writing data. If it
2199 # Append the tar header and data to the archive.
2228 # If there's data to follow, append it.
2404 # If there's no data associated with the member (directory, chrdev,
2620 raise ReadError("unexpected end of data")