Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items variable
/external/python/cpython3/Lib/
Dpickle.py164 TUPLE2 = b'\x86' # build 2-tuple from two topmost stack items variable
/external/python/cpython2/Modules/
DcPickle.c81 #define TUPLE2 '\x86' /* build 2-tuple from two topmost stack items */ macro
/external/python/cpython3/Modules/
D_pickle.c86 TUPLE2 = '\x86', enumerator