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