Lines Matching full:tofile
165 self.assertRaises(TypeError, a.tofile)166 self.assertRaises(TypeError, a.tofile, cStringIO.StringIO())170 a.tofile(f)