Lines Matching refs:fromfile
174 self.assertRaises(TypeError, b.fromfile)
177 b.fromfile,
180 b.fromfile(f, len(self.example))
183 b.fromfile(f, len(self.example))
185 self.assertRaises(EOFError, b.fromfile, f, 1)
193 # Issue #5395: Check if fromfile raises a proper IOError
198 self.assertRaises(IOError, a.fromfile, f, len(self.example))
211 b.fromfile(f, len(self.example))
214 b.fromfile(f, len(self.example))