Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack items variable
/external/python/cpython3/Lib/
Dpickle.py165 TUPLE3 = b'\x87' # build 3-tuple from three topmost stack items variable
/external/python/cpython2/Modules/
DcPickle.c82 #define TUPLE3 '\x87' /* build 3-tuple from three topmost stack items */ macro
/external/python/cpython3/Modules/
D_pickle.c87 TUPLE3 = '\x87', enumerator