Home
last modified time | relevance | path

Searched refs:file_byte_string (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_linecache.py47 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_NoDeclaration
97 file_byte_string = b'# coding=utf-8\n\x80abc' variable in BadUnicode_WithDeclaration