Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_with.py531 def falseAsBool(): function
534 self.assertRaises(AssertionError, falseAsBool)
/external/python/cpython3/Lib/test/
Dtest_with.py539 def falseAsBool(): function
542 self.assertRaises(AssertionError, falseAsBool)