Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h1022 PyAPI_FUNC(PyObject *) PyUnicode_Format(
/third_party/python/PC/
Dpython3dll.c656 EXPORT_FUNC(PyUnicode_Format)
/third_party/python/Doc/data/
Dstable_abi.dat733 function,PyUnicode_Format,3.2,
Drefcounts.dat2723 PyUnicode_Format:PyObject*::+1:
2724 PyUnicode_Format:PyObject*:format:0:
2725 PyUnicode_Format:PyObject*:args:0:
/third_party/python/Misc/
Dstable_abi.txt1420 function PyUnicode_Format
DHISTORY8361 PyUnicode_Format by PyUnicode_FromFormat.
/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/Doc/c-api/
Dunicode.rst1697 .. c:function:: PyObject* PyUnicode_Format(PyObject *format, PyObject *args)
/third_party/python/Python/
Dceval.c2056 res = PyUnicode_Format(dividend, divisor); in _PyEval_EvalFrameDefault()
/third_party/python/Objects/
Dunicodeobject.c14547 return PyUnicode_Format(v, w); in unicode_mod()
15514 PyUnicode_Format(PyObject *format, PyObject *args) in PyUnicode_Format() function