Searched refs:restricted_range (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 959 def test_unary(method, prec, exp_range, restricted_range, itr, stat): argument 962 exp_range = restricted_range 984 def test_binary(method, prec, exp_range, restricted_range, itr, stat): argument 987 exp_range = restricted_range 1009 def test_ternary(method, prec, exp_range, restricted_range, itr, stat): argument 1012 exp_range = restricted_range 1034 def test_format(method, prec, exp_range, restricted_range, itr, stat): argument 1063 def test_round(method, prec, exprange, restricted_range, itr, stat): argument 1077 def test_from_float(method, prec, exprange, restricted_range, itr, stat): argument 1103 def test_quantize_api(method, prec, exprange, restricted_range, itr, stat): argument [all …]
|