Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpickle.py130 BINUNICODE = b'X' # " " " ; counted UTF-8 string argument variable
859 self._write_large_bytes(BINUNICODE + pack("<I", n), encoded)
861 self.write(BINUNICODE + pack("<I", n) + encoded)
1367 dispatch[BINUNICODE[0]] = load_binunicode
/third_party/python/Modules/
D_pickle.c56 BINUNICODE = 'X', enumerator
2683 header[0] = BINUNICODE; in write_unicode_binary()
6943 OP_ARG(BINUNICODE, load_counted_binunicode, 4) in load()
/third_party/python/Lib/test/
Dpickletester.py3105 header = (pickle.BINUNICODE +