Searched refs:PyString_FromFormatV (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Include/ |
D | bytesobject.h | 13 #define PyBytes_FromFormatV PyString_FromFormatV
|
D | stringobject.h | 64 PyAPI_FUNC(PyObject *) PyString_FromFormatV(const char*, va_list)
|
/external/python/cpython2/Python/ |
D | errors.c | 567 string = PyString_FromFormatV(format, vargs); in PyErr_Format()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1284 PyString_FromFormatV:PyObject*::+1: 1285 PyString_FromFormatV:const char*:format:: 1286 PyString_FromFormatV:va_list:vargs::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 531 "PyString_FromFormatV"
|
/external/python/cpython2/Doc/c-api/ |
D | string.rst | 147 .. c:function:: PyObject* PyString_FromFormatV(const char *format, va_list vargs)
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 967 s = PyString_FromFormatV(fmt, vargs); in _ctypes_extend_error()
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 168 PyString_FromFormatV(const char *format, va_list vargs) in PyString_FromFormatV() function 410 ret = PyString_FromFormatV(format, vargs); in PyString_FromFormat()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1003 - ``PyString_FromFormat``, ``PyErr_Format``, and ``PyString_FromFormatV`` 7028 - Two new functions: PyString_FromFormat() and PyString_FromFormatV().
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18387 - ``PyString_FromFormat``, ``PyErr_Format``, and ``PyString_FromFormatV`` 24407 - Two new functions: PyString_FromFormat() and PyString_FromFormatV().
|