Searched refs:_with (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | lock_tests.py | 126 def _with(err=None): function 130 _with() 133 self.assertRaises(TypeError, _with, TypeError) 542 def _with(err=None): function 550 _with() 553 self.assertRaises(TypeError, _with, TypeError)
|
D | test_io.py | 786 def _with(): function 789 _with() 792 self.assertRaises(ValueError, _with)
|
/external/python/cpython3/Lib/test/ |
D | lock_tests.py | 152 def _with(err=None): function 156 _with() 159 self.assertRaises(TypeError, _with, TypeError) 716 def _with(err=None): function 724 _with() 727 self.assertRaises(TypeError, _with, TypeError)
|
D | test_io.py | 1081 def _with(): function 1084 _with() 1087 self.assertRaises(ValueError, _with)
|
/external/python/cpython2/Doc/reference/ |
D | compound_stmts.rst | 342 .. _with:
|
/external/python/cpython3/Doc/reference/ |
D | compound_stmts.rst | 374 .. _with:
|
/external/python/cpython2/Doc/library/ |
D | threading.rst | 795 .. _with-locks:
|
/external/python/cpython3/Doc/library/ |
D | threading.rst | 974 .. _with-locks:
|