Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_math.py283 class TestNoCeil(object): class
286 self.assertRaises(TypeError, math.ceil, TestNoCeil())
288 t = TestNoCeil()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_math.py417 class TestNoCeil: class
422 self.assertRaises(TypeError, math.ceil, TestNoCeil())
424 t = TestNoCeil()