Searched refs:PyObject_Str (Results 1 – 25 of 87) sorted by relevance
1234
145 PyObject *unicode = PyObject_Str(text); in escape()178 return PyObject_Str(s); in soft_unicode()
25 #define STRINGLIB_TOSTR PyObject_Str
27 #define STRINGLIB_TOSTR PyObject_Str
26 #define STRINGLIB_TOSTR PyObject_Str
32 #define STRINGLIB_TOSTR PyObject_Str
107 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()110 out = PyObject_Str(self->args); in BaseException_str()1153 str = PyObject_Str(self->msg); in SyntaxError_str()1155 str = PyObject_Str(Py_None); in SyntaxError_str()1640 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()1643 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()1728 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()1731 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()1828 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
109 PyObject* str = PyObject_Str(pvalue); in PyExceptionFetch()
120 py_str_name = PyObject_Str(pyo_name); in grp_getgrnam()
110 return PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()112 return PyObject_Str(self->args); in BaseException_str()1459 return PyObject_Str(self->msg ? self->msg : Py_None); in SyntaxError_str()1906 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()1909 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()2028 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()2031 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()2124 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
129 value = PyObject_Str(v); in PyFile_WriteObject()
205 v = PyObject_Str(v); in PyRun_InteractiveOneObjectEx()218 w = PyObject_Str(w); in PyRun_InteractiveOneObjectEx()809 PyObject *s = PyObject_Str(value); in print_exception()1399 msg_obj = PyObject_Str(value); in err_input()
826 v = PyObject_Str(v); in PyRun_InteractiveOneFlags()834 w = PyObject_Str(w); in PyRun_InteractiveOneFlags()1307 PyObject *s = PyObject_Str(value); in PyErr_Display()1645 u = PyObject_Str(value); in err_input()
325 text = PyObject_Str(message); in warn_explicit()388 PyObject *to_str = PyObject_Str(item); in warn_explicit()
463 PyAPI_FUNC(PyObject *) PyObject_Str(PyObject *);464 #define PyObject_Bytes PyObject_Str
108 Use :func:`PyObject_Str` or :func:`PyOS_double_to_string` instead.
172 ScopedPyObjectPtr s(PyObject_Str(arg)); in AssignItem()414 ScopedPyObjectPtr s(PyObject_Str(item)); in Append()
326 PyObject_Str
432 if (!(script = PyObject_Str(script))) in rjsmin_jsmin()
957 cls_str = PyObject_Str(tp); in _ctypes_extend_error()965 msg_str = PyObject_Str(v); in _ctypes_extend_error()
185 .. index:: string; PyObject_Str (C function)188 .. c:function:: PyObject* PyObject_Str(PyObject *o)
974 cls_str = PyObject_Str(tp); in _ctypes_extend_error()982 msg_str = PyObject_Str(v); in _ctypes_extend_error()