Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/tests/
Ddeccheck.py52 from randdec import unary_optarg, binary_optarg, ternary_optarg
1028 for op in ternary_optarg(prec, exp_range, itr):
Dranddec.py569 def ternary_optarg(prec, exp_range, itr): function