Home | History | Annotate | Download | only in test

Lines Matching full:fromstring

258         self.assertRaises(TypeError, b.fromstring)
259 self.assertRaises(TypeError, b.fromstring, 42)
260 self.assertRaises(ValueError, a.fromstring, a)
261 b.fromstring(a.tostring())
264 self.assertRaises(ValueError, b.fromstring, "x")