Searched refs:PyString_Repr (Results 1 – 6 of 6) sorted by relevance
17 #define PyBytes_Repr PyString_Repr
70 PyAPI_FUNC(PyObject *) PyString_Repr(PyObject *, int);
189 str = PyString_Repr(str, 0); in escape_encode()
538 "PyString_Repr"
926 PyString_Repr(PyObject *obj, int smartquotes) in PyString_Repr() function991 return PyString_Repr(op, 1); in string_repr()
1528 - Issue #22519: Fix overflow checking in PyString_Repr.