Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dstring.py259 return _string.formatter_parser(format_string)
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h1105 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.py2984 return list(_string.formatter_parser(format))
3013 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.c16233 {"formatter_parser", (PyCFunction) formatter_parser,