Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_with.py536 def failAsBool(): function
539 self.assertRaises(ZeroDivisionError, failAsBool)
/external/python/cpython3/Lib/test/
Dtest_with.py544 def failAsBool(): function
547 self.assertRaises(ZeroDivisionError, failAsBool)