Searched defs:BINBYTES8 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | pickle.py | 182 BINBYTES8 = b'\x8e' # push very long bytes string variable |
/external/python/cpython3/Modules/ | ||
D | _pickle.c | 100 BINBYTES8 = '\x8e', enumerator |