Home
last modified time | relevance | path

Searched refs:fooLacksExit (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_with.py128 def fooLacksExit(): function
131 self.assertRaises(AttributeError, fooLacksExit)
/external/python/cpython3/Lib/test/
Dtest_with.py136 def fooLacksExit(): function
139 self.assertRaisesRegex(AttributeError, '__exit__', fooLacksExit)