Lines Matching defs:specifier
33 invalid_thousands_separator_type(char specifier, Py_UCS4 presentation_type)
35 assert(specifier == ',' || specifier == '_');
39 specifier, (char)presentation_type);
43 specifier, (unsigned int)presentation_type);
93 /*********** standard format specifier parsing **************************/
96 /* returns true if this character is a specifier alignment token */
266 "Format specifier missing precision");
276 specifier. */
284 "Invalid format specifier '%U' for object of type '%.200s'",
297 specifier. Do not take into account what type of formatting
782 "Space not allowed in string format specifier");
786 "Sign not allowed in string format specifier");
795 "specifier");
803 "specifier");
811 "in string format specifier");
889 "Precision not allowed in integer format specifier");
896 " format specifier");
906 " format specifier 'c'");
913 " format specifier 'c'");
1080 /* Omitted type specifier. Behaves in the same way as repr(x)
1246 "specifier");
1254 "specifier");
1271 /* Omitted type specifier. Should be like str(self). */