Searched refs:BytesToValue (Results 1 – 3 of 3) sorted by relevance
52 def BytesToValue(data): function122 self.type, self.value = BytesToValue(bytes(data))215 self.type, self.value = BytesToValue(bytes)
22 from fdt import Type, BytesToValue129 self.assertEqual(BytesToValue(b'this\0is\0'),
Completed in 6 milliseconds