OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_exited_with
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py
745
_exited_with
= None
variable in class:TestCopyFile.Faux
755
self.
_exited_with
= exc_type, exc_val, exc_tb
794
self.assertTrue(srcfile.
_exited_with
[0] is IOError)
795
self.assertEqual(srcfile.
_exited_with
[1].args,
816
self.assertTrue(srcfile.
_exited_with
[0] is IOError)
817
self.assertEqual(srcfile.
_exited_with
[1].args,
839
self.assertTrue(srcfile.
_exited_with
[0] is None)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py
745
_exited_with
= None
variable in class:TestCopyFile.Faux
755
self.
_exited_with
= exc_type, exc_val, exc_tb
794
self.assertTrue(srcfile.
_exited_with
[0] is IOError)
795
self.assertEqual(srcfile.
_exited_with
[1].args,
816
self.assertTrue(srcfile.
_exited_with
[0] is IOError)
817
self.assertEqual(srcfile.
_exited_with
[1].args,
839
self.assertTrue(srcfile.
_exited_with
[0] is None)
Completed in 79 milliseconds