Home | History | Annotate | Download | only in test

Lines Matching full:fromstring

449             self.assertRaises(TypeError, b.fromstring)
450 self.assertRaises(TypeError, b.fromstring, 42)
451 b.fromstring(a.tostring())
454 fromstring, "x")