Searched refs:PyUnicode_Format (Results 1 – 6 of 6) sorted by relevance
188 # define PyUnicode_Format PyUnicodeUCS2_Format macro275 # define PyUnicode_Format PyUnicodeUCS4_Format macro1313 PyAPI_FUNC(PyObject *) PyUnicode_Format(
1706 PyUnicode_Format:PyObject*::+1:1707 PyUnicode_Format:PyObject*:format:0:1708 PyUnicode_Format:PyObject*:args:0:
7978 return PyUnicode_Format(v, w); in unicode_mod()8357 PyObject *PyUnicode_Format(PyObject *format, in PyUnicode_Format() function
4725 v = PyUnicode_Format(format, args); in PyString_Format()
1108 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
411 - Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly