Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_fstring.py452 def build_fstr(n, extra=''): function
460 self.assertEqual(eval(build_fstr(i)), (x+' ')*i)
463 self.assertEqual(eval(build_fstr(255)*256), (x+' ')*(255*256))
465 s = build_fstr(253, '{x:{width}} ')