Searched refs:PyString_Format (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython2/Include/ |
D | bytesobject.h | 22 #define PyBytes_Format PyString_Format
|
D | stringobject.h | 75 PyAPI_FUNC(PyObject *) PyString_Format(PyObject *, PyObject *);
|
/external/python/cpython2/Doc/includes/ |
D | noddy2.c | 110 result = PyString_Format(format, args); in Noddy_name()
|
D | noddy4.c | 145 result = PyString_Format(format, args); in Noddy_name()
|
D | noddy3.c | 163 result = PyString_Format(format, args); in Noddy_name()
|
/external/python/cpython2/Modules/_sqlite/ |
D | cache.c | 250 display_str = PyString_Format(template, fmt_args); in pysqlite_cache_display()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 365 PyString_Format
|
/external/python/cpython2/Objects/ |
D | exceptions.c | 698 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str() 734 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str() 929 rtnval = PyString_Format(fmt, tuple); in WindowsError_str() 965 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
|
D | stringobject.c | 3747 return PyString_Format(v, w); in string_mod() 4243 PyString_Format(PyObject *format, PyObject *args) in PyString_Format() function
|
D | listobject.c | 2312 err_string = PyString_Format(err_format, format_tuple); in listindex()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1269 PyString_Format:PyObject*::+1: 1270 PyString_Format:PyObject*:format:0: 1271 PyString_Format:PyObject*:args:0:
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 541 "PyString_Format"
|
/external/python/cpython2/Doc/c-api/ |
D | string.rst | 241 .. c:function:: PyObject* PyString_Format(PyObject *format, PyObject *args)
|
/external/python/cpython2/Modules/ |
D | _collectionsmodule.c | 939 result = PyString_Format(fmt, aslist); in deque_repr()
|
D | cPickle.c | 407 v=PyString_Format(retval, args); in cPickle_ErrFormat()
|
/external/python/cpython2/Python/ |
D | ceval.c | 1461 x = PyString_Format(v, w); in PyEval_EvalFrameEx()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 5005 result = PyString_Format(format, args); in Simple_repr()
|
/external/python/cpython2/Doc/extending/ |
D | newtypes.rst | 483 result = PyString_Format(format, args);
|