Home | History | Annotate | Download | only in test

Lines Matching refs: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")