Lines Matching full:fromstring
236 self.assertRaises(TypeError, b.fromstring)237 self.assertRaises(TypeError, b.fromstring, 42)238 b.fromstring(a.tostring())241 self.assertRaises(ValueError, b.fromstring, "x")