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

/external/python/cpython3/Lib/test/
H A Dtest_fstring.py205 def build_fstr(n, extra=''): function in function:TestCase.test_many_expressions
213 self.assertEqual(eval(build_fstr(i)), (x+' ')*i)
216 self.assertEqual(eval(build_fstr(255)*256), (x+' ')*(255*256))
218 s = build_fstr(253, '{x:{width}} ')

Completed in 314 milliseconds