Home
last modified time | relevance | path

Searched refs:SHORT_BINUNICODE (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py180 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable
856 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
1428 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
/third_party/python/Modules/
H A D_pickle.c111 SHORT_BINUNICODE = '\x8c', enumerator
2675 header[0] = SHORT_BINUNICODE; in write_unicode_binary()
6897 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()

Completed in 12 milliseconds