Searched refs:file_byte_string (Results 1 – 1 of 1) sorted by relevance
47 fp.write(self.file_byte_string)55 self.file_byte_string = ''.join(self.file_list).encode('utf-8')94 file_byte_string = b'\n\x80abc' variable in BadUnicode_NoDeclaration97 file_byte_string = b'# coding=utf-8\n\x80abc' variable in BadUnicode_WithDeclaration