Searched refs:trueFormat (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_struct.py | 494 trueFormat = prefix + '?' * len(true) variable in StructTest.test_bool.ExplodingBool 495 packedTrue = struct.pack(trueFormat, *true) 496 unpackedTrue = struct.unpack(trueFormat, packedTrue) |
Completed in 2 milliseconds