228
228
def extract_files_bytes(self, callable, desired_files):
229
229
"""Provide file contents to the callable, as an iterator of bytes.
231
232
The default implementation just does get_file().
232
233
:param callable: A callable that accepts (bytes_iterator,