Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_math.py878 class TestNoTrunc(object): class
886 TestNoTrunc())
/external/python/cpython3/Lib/test/
Dtest_math.py1211 class TestNoTrunc(object): class
1218 self.assertRaises(TypeError, math.trunc, TestNoTrunc())