HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_BINUNICODE (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
pickle.py 170 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes
743 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)
    [all...]
  /external/python/cpython3/Modules/
_pickle.c 93 SHORT_BINUNICODE = '\x8c',
    [all...]

Completed in 548 milliseconds