Home
last modified time | relevance | path

Searched refs:test_from_float (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py933 def test_from_float(method, prec, exprange, restricted_range, itr, stat): function
1084 test_method('from_float', testspecs, test_from_float)
1097 test_method('context.create_decimal_from_float', testspecs, test_from_float)
/external/python/cpython2/Lib/test/
Dtest_decimal.py1720 def test_from_float(self): member in DecimalPythonAPItests
/external/python/cpython3/Lib/test/
Dtest_decimal.py2539 def test_from_float(self): member in PythonAPItests