Home
last modified time | relevance | path

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

/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')
97 file_byte_string = b'\x80abc' variable in BadUnicode