Home | History | Annotate | Download | only in test

Lines Matching refs:from_bytes

608         self.assertIs(IntStooges.from_bytes(b'\x00\x03', 'big'), IntStooges.MOE)
610 IntStooges.from_bytes(b'\x00\x05', 'big')