Searched refs:PyUnicode_Format (Results 1 – 13 of 13) sorted by relevance
188 # define PyUnicode_Format PyUnicodeUCS2_Format macro275 # define PyUnicode_Format PyUnicodeUCS4_Format macro1313 PyAPI_FUNC(PyObject *) PyUnicode_Format(
683 PyUnicode_Format=python37.PyUnicode_Format
1706 PyUnicode_Format:PyObject*::+1:1707 PyUnicode_Format:PyObject*:format:0:1708 PyUnicode_Format:PyObject*:args:0:
2104 PyAPI_FUNC(PyObject *) PyUnicode_Format(
2705 PyUnicode_Format:PyObject*::+1:2706 PyUnicode_Format:PyObject*:format:0:2707 PyUnicode_Format:PyObject*:args:0:
77 Fixed a bug in PyUnicode_Format where it failed to properly ignore errors
7973 return PyUnicode_Format(v, w); in unicode_mod()8353 PyObject *PyUnicode_Format(PyObject *format, in PyUnicode_Format() function
4722 v = PyUnicode_Format(format, args); in PyString_Format()
1108 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
1260 res = PyUnicode_Format(dividend, divisor); in _PyEval_EvalFrameDefault()
1693 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
13943 return PyUnicode_Format(v, w); in unicode_mod()14920 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function
8361 PyUnicode_Format by PyUnicode_FromFormat.