Searched defs:READONLY_BUFFER (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | pickle.py | 195 READONLY_BUFFER = b'\x98' # make top of stack readonly variable |
/external/python/cpython3/Modules/ | ||
D | _pickle.c | 112 READONLY_BUFFER = '\x98' enumerator |