Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py37 from randdec import unary_optarg, binary_optarg, ternary_optarg
855 for op in binary_optarg(prec, exp_range, itr):
Dranddec.py549 def binary_optarg(prec, exp_range, itr): function