Home
last modified time | relevance | path

Searched defs:EXT1 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py151 EXT1 = '\x82' # push object from extension registry; 1-byte index variable
/external/python/cpython3/Lib/
Dpickle.py160 EXT1 = b'\x82' # push object from extension registry; 1-byte index variable
/external/python/cpython2/Modules/
DcPickle.c77 #define EXT1 '\x82' /* push object from extension registry; 1-byte index */ macro
/external/python/cpython3/Modules/
D_pickle.c82 EXT1 = '\x82', enumerator