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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 139 TUPLE = 't' # build tuple from topmost stack items
140 EMPTY_TUPLE = ')' # push empty tuple
154 TUPLE1 = '\x85' # build 1-tuple from stack top
155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items
156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack items
320 # Assert that reduce() returned a tuple
322 raise PicklingError("%s must return string or tuple" % reduce)
324 # Assert that it returned an appropriately sized tuple
327 raise PicklingError("Tuple returned by %s must have
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 139 TUPLE = 't' # build tuple from topmost stack items
140 EMPTY_TUPLE = ')' # push empty tuple
154 TUPLE1 = '\x85' # build 1-tuple from stack top
155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items
156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack items
320 # Assert that reduce() returned a tuple
322 raise PicklingError("%s must return string or tuple" % reduce)
324 # Assert that it returned an appropriately sized tuple
327 raise PicklingError("Tuple returned by %s must have
    [all...]

Completed in 132 milliseconds