Searched refs:BytesIO (Results 1 – 10 of 10) sorted by relevance
17 zipfile.ZipFile(io.BytesIO(data)).extract(gn, path=output_dir)
18 from io import StringIO, BytesIO20 from io import BytesIO, BytesIO as StringIO756 return BytesIO(encoded_s)
1 from io import StringIO, BytesIO89 self.buffer_type = BytesIO
35 from io import BytesIO as StringIO
652 BytesIO = io.BytesIO variable677 StringIO = BytesIO = StringIO.StringIO
377 inf = io.BytesIO(b"help help\nhelp b\n")378 outf = io.BytesIO()512 f = io.BytesIO()541 f = io.BytesIO(b'zork')
325 config.readfp(io.BytesIO(default_config))
100 from io import BytesIO as StringIO
570 f = io.BytesIO()
1057 io.BytesIO(sect_bytes), self.data.byte_order)