Searched defs:NEXT_BUFFER (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | pickle.py | 194 NEXT_BUFFER = b'\x97' # push next out-of-band buffer variable |
/external/python/cpython3/Modules/ | ||
D | _pickle.c | 111 NEXT_BUFFER = '\x97', enumerator |