示例#1
0
 def __iter__(self) -> Iterator[Tuple[str, BufferedIOBase]]:
     yield from get_file_binaries_from_pathnames(self.datapipe)
示例#2
0
 def __iter__(self):
     yield from get_file_binaries_from_pathnames(self.datapipe, self.mode,
                                                 self.encoding)
 def __iter__(self) -> Iterator[tuple]:
     yield from get_file_binaries_from_pathnames(self.datapipe)