HomeSort by relevance Sort by last modified time
    Searched defs:TUPLE1 (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 154 TUPLE1 = '\x85' # build 1-tuple from stack top
162 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 154 TUPLE1 = '\x85' # build 1-tuple from stack top
162 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3]
    [all...]

Completed in 52 milliseconds