Home
last modified time | relevance | path

Searched refs:trueFormat (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_struct.py494 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