Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_math.py407 class TestNoFloor(object): class
410 self.assertRaises(TypeError, math.floor, TestNoFloor())
412 t = TestNoFloor()
/external/python/cpython3/Lib/test/
Dtest_math.py538 class TestNoFloor: class
541 self.assertRaises(TypeError, math.floor, TestNoFloor())
543 t = TestNoFloor()