Searched refs:PyUnicode_Format (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Include/ |
| D | unicodeobject.h | 1018 PyAPI_FUNC(PyObject *) PyUnicode_Format(
|
| /third_party/python/PC/ |
| D | python3dll.c | 669 EXPORT_FUNC(PyUnicode_Format)
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 753 function,PyUnicode_Format,3.2,,
|
| D | refcounts.dat | 2660 PyUnicode_Format:PyObject*::+1: 2661 PyUnicode_Format:PyObject*:format:0: 2662 PyUnicode_Format:PyObject*:args:0:
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| D | libwebp_python_wrap.c | 756 #define PyString_Format(fmt, args) PyUnicode_Format(fmt, args) 1564 res = PyUnicode_Format(ofmt,args); in SwigPyObject_format()
|
| /third_party/python/Misc/ |
| D | stable_abi.toml | 1512 [function.PyUnicode_Format]
|
| D | HISTORY | 8361 PyUnicode_Format by PyUnicode_FromFormat.
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1520 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 14219 return PyUnicode_Format(v, w); in unicode_mod() 15185 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function
|