Searched defs:SHORT_BINBYTES (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | pickle.py | 176 SHORT_BINBYTES = b'C' # " " ; " " " " < 256 bytes variable |
/external/python/cpython3/Modules/ | ||
D | _pickle.c | 95 SHORT_BINBYTES = 'C', enumerator |