Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Dformathelper.py238 def rand_format(fill, typespec='EeGgFfn%'): function
Ddeccheck.py38 from formathelper import rand_format, rand_locale
893 fmt1 = rand_format(chr(random.randrange(0, 128)), 'EeGgn')
906 fmt1 = rand_format(chr(random.randrange(0, 128)), 'Ff%')