Home
last modified time | relevance | path

Searched refs:PyString_Repr (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h17 #define PyBytes_Repr PyString_Repr
Dstringobject.h70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
/external/python/cpython2/PC/os2emx/
Dpython27.def538 "PyString_Repr"
/external/python/cpython2/Modules/
D_codecsmodule.c189 str = PyString_Repr(str, 0); in escape_encode()
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst48 Fix overflow checking in PyString_Repr.
/external/python/cpython2/Objects/
Dstringobject.c932 PyString_Repr(PyObject *obj, int smartquotes) in PyString_Repr() function
997 return PyString_Repr(op, 1); in string_repr()