Searched refs:BytesToValue (Results 1 – 3 of 3) sorted by relevance
55 def BytesToValue(data): function127 self.type, self.value = BytesToValue(bytes(data))233 self.type, self.value = BytesToValue(bytes)
31 from dtoc.fdt import Type, BytesToValue154 self.assertEqual(BytesToValue(b'this\0is\0'),
Completed in 14 milliseconds