Searched refs:NotReadable (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_io.py1330 class NotReadable(MockRawIO): class in function:BufferedRWPairTest.test_constructor_with_not_readable
1334 self.assertRaises(IOError, self.tp, NotReadable(), self.MockRawIO())
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_io.py1330 class NotReadable(MockRawIO): class in function:BufferedRWPairTest.test_constructor_with_not_readable
1334 self.assertRaises(IOError, self.tp, NotReadable(), self.MockRawIO())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py1330 class NotReadable(MockRawIO): class in function:BufferedRWPairTest.test_constructor_with_not_readable
1334 self.assertRaises(IOError, self.tp, NotReadable(), self.MockRawIO())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py1330 class NotReadable(MockRawIO): class in function:BufferedRWPairTest.test_constructor_with_not_readable
1334 self.assertRaises(IOError, self.tp, NotReadable(), self.MockRawIO())

Completed in 64 milliseconds