Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_struct.py492 unpackedFalse = struct.unpack(falseFormat, packedFalse) variable in StructTest.test_bool.ExplodingBool
499 self.assertEqual(len(false), len(unpackedFalse))
501 for t in unpackedFalse:

Completed in 2 milliseconds