Home
last modified time | relevance | path

Searched refs:_with (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dlock_tests.py126 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)
Dtest_io.py786 def _with(): function
789 _with()
792 self.assertRaises(ValueError, _with)
/external/python/cpython3/Lib/test/
Dlock_tests.py152 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)
Dtest_io.py1081 def _with(): function
1084 _with()
1087 self.assertRaises(ValueError, _with)
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst342 .. _with:
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst374 .. _with:
/external/python/cpython2/Doc/library/
Dthreading.rst795 .. _with-locks:
/external/python/cpython3/Doc/library/
Dthreading.rst974 .. _with-locks: