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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 519 trueFormat = prefix + '?' * len(true)
520 packedTrue = struct.pack(trueFormat, *true)
521 unpackedTrue = struct.unpack(trueFormat, packedTrue)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 519 trueFormat = prefix + '?' * len(true)
520 packedTrue = struct.pack(trueFormat, *true)
521 unpackedTrue = struct.unpack(trueFormat, packedTrue)

Completed in 142 milliseconds