Home
last modified time | relevance | path

Searched refs:PyUnicode_Format (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/third_party/python/PC/
Dpython3dll.c669 EXPORT_FUNC(PyUnicode_Format)
/third_party/python/Doc/data/
Dstable_abi.dat753 function,PyUnicode_Format,3.2,,
Drefcounts.dat2660 PyUnicode_Format:PyObject*::+1:
2661 PyUnicode_Format:PyObject*:format:0:
2662 PyUnicode_Format:PyObject*:args:0:
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c756 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args)
1564 res = PyUnicode_Format(ofmt,args); in SwigPyObject_format()
/third_party/python/Misc/
Dstable_abi.toml1512 [function.PyUnicode_Format]
DHISTORY8361 PyUnicode_Format by PyUnicode_FromFormat.
/third_party/python/Doc/c-api/
Dunicode.rst1520 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
/third_party/python/Objects/
Dunicodeobject.c14219 return PyUnicode_Format(v, w); in unicode_mod()
15185 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function