Home
last modified time | relevance | path

Searched defs:TUPLE1 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py154 TUPLE1 = '\x85' # build 1-tuple from stack top variable
/external/python/cpython2/Modules/
DcPickle.c80 #define TUPLE1 '\x85' /* build 1-tuple from stack top */ macro