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/Modules/
D_codecsmodule.c189 str = PyString_Repr(str, 0); in escape_encode()
/external/python/cpython2/PC/os2emx/
Dpython27.def538 "PyString_Repr"
/external/python/cpython2/Objects/
Dstringobject.c926 PyString_Repr(PyObject *obj, int smartquotes) in PyString_Repr() function
991 return PyString_Repr(op, 1); in string_repr()
/external/python/cpython2/Misc/
DNEWS1528 - Issue #22519: Fix overflow checking in PyString_Repr.