Home
last modified time | relevance | path

Searched refs:PyString_Format (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h22 #define PyBytes_Format PyString_Format
Dstringobject.h75 PyAPI_FUNC(PyObject *) PyString_Format(PyObject *, PyObject *);
/external/python/cpython2/Doc/includes/
Dnoddy2.c112 result = PyString_Format(format, args); in Noddy_name()
Dnoddy4.c146 result = PyString_Format(format, args); in Noddy_name()
Dnoddy3.c165 result = PyString_Format(format, args); in Noddy_name()
/external/python/cpython2/Modules/_sqlite/
Dcache.c250 display_str = PyString_Format(template, fmt_args); in pysqlite_cache_display()
/external/python/cpython2/PC/os2vacpp/
Dpython.def365 PyString_Format
/external/python/cpython2/Objects/
Dexceptions.c702 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
738 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
933 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
969 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
Dstringobject.c3750 return PyString_Format(v, w); in string_mod()
4246 PyString_Format(PyObject *format, PyObject *args) in PyString_Format() function
Dlistobject.c2315 err_string = PyString_Format(err_format, format_tuple); in listindex()
/external/python/cpython2/Doc/data/
Drefcounts.dat1269 PyString_Format:PyObject*::+1:
1270 PyString_Format:PyObject*:format:0:
1271 PyString_Format:PyObject*:args:0:
/external/python/cpython2/PC/os2emx/
Dpython27.def541 "PyString_Format"
/external/python/cpython2/Doc/c-api/
Dstring.rst241 .. c:function:: PyObject* PyString_Format(PyObject *format, PyObject *args)
/external/python/cpython2/Modules/
D_collectionsmodule.c929 result = PyString_Format(fmt, aslist); in deque_repr()
DcPickle.c407 v=PyString_Format(retval, args); in cPickle_ErrFormat()
/external/python/cpython2/Python/
Dceval.c1450 x = PyString_Format(v, w); in PyEval_EvalFrameEx()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c4910 result = PyString_Format(format, args); in Simple_repr()
/external/python/cpython2/Doc/extending/
Dnewtypes.rst491 result = PyString_Format(format, args);