Lines Matching refs:sign
11 def test_fmt(conv, fill, alignment, sign, prefix, width, precision, type, arg): argument
20 fmt += sign
31 fmt += sign
106 for sign in ("", "+", "-", " "):
109 test_fmt("", fill, alignment, sign, "", width, prec, type, num)
146 for sign in ("", "+", "-", " "):
154 test_fmt("", fill, alignment, sign, "", width, prec, type, num)
156 test_fmt("", fill, alignment, sign, "", width, "", type, num)
166 for sign in ("", "+", "-", " "):
174 test_fmt("", fill, alignment, sign, "", width, prec, type, num)
176 test_fmt("", fill, alignment, sign, "", width, "", type, num)