Lines Matching refs:format
14 # > the other format codes to be a little more regular.
34 # > * New format codes.
1146 If this test failed, you probably added a new "format unit"
1151 printable ASCII*** characters (32 to 126 inclusive) as format units,
1154 skipped. If the format unit doesn't exist, we'll get one of two
1160 ** Some format units have special funny semantics and it would
1164 to catch *new* format units.
1167 to have non-ASCII format units.
1184 # test the format unit when not skipped
1185 format = c + "i"
1188 format, keywords)
1191 s = "argument 1 (impossible<bad format char>)"
1196 # test the format unit when skipped
1197 optional_format = "|" + format
1203 s = "impossible<bad format char>: '{}'".format(format)
1208 "for format unit '{}' ({}), not skipped {}, skipped {}".format(
1223 with self.subTest(format=f):
1229 'impossible<bad format char>'):
1235 with self.subTest(format=f):
1240 'impossible<bad format char>'):
1258 # Test handling invalid format and keywords in