438
438
this implementation, it is a tuple containing a single bytestring with
439
439
the complete text of the file.
444
444
# We wrap the string in a tuple so that we can return an iterable
445
445
# of bytestrings. (Technically, a bytestring is also an iterable
446
446
# of bytestrings, but iterating through each character is not
451
449
yield identifier, cur_file
453
451
def get_symlink_target(self, path, file_id=None):