Home
last modified time | relevance | path

Searched refs:formatter_parser (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/
Dstring.py284 return _string.formatter_parser(format_string)
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h1100 formatter_parser(PyObject *ignored, PyObject *self) in formatter_parser() function
/external/python/cpython2/Objects/stringlib/
Dstring_format.h1185 formatter_parser(STRINGLIB_OBJECT *self) in formatter_parser() function
/external/python/cpython3/Lib/test/
Dtest_unicode.py2878 return list(_string.formatter_parser(format))
2907 self.assertRaises(TypeError, _string.formatter_parser, 1)
/external/python/cpython2/Objects/
Dstringobject.c3678 {"_formatter_parser", (PyCFunction) formatter_parser, METH_NOARGS},
Dunicodeobject.c7951 {"_formatter_parser", (PyCFunction) formatter_parser, METH_NOARGS},
/external/python/cpython3/Objects/
Dunicodeobject.c15646 {"formatter_parser", (PyCFunction) formatter_parser,