Searched refs:formatter_parser (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/ |
D | string.py | 259 return _string.formatter_parser(format_string)
|
/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 1105 formatter_parser(PyObject *ignored, PyObject *self) in formatter_parser() function
|
/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 1185 formatter_parser(STRINGLIB_OBJECT *self) in formatter_parser() function
|
/external/python/cpython3/Lib/test/ |
D | test_unicode.py | 2984 return list(_string.formatter_parser(format)) 3013 self.assertRaises(TypeError, _string.formatter_parser, 1)
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 3678 {"_formatter_parser", (PyCFunction) formatter_parser, METH_NOARGS},
|
D | unicodeobject.c | 7951 {"_formatter_parser", (PyCFunction) formatter_parser, METH_NOARGS},
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 16233 {"formatter_parser", (PyCFunction) formatter_parser,
|