Searched refs:PyObject_Str (Results 1 – 25 of 53) sorted by relevance
123
32 #define STRINGLIB_TOSTR PyObject_Str
27 #define STRINGLIB_TOSTR PyObject_Str
109 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()112 out = PyObject_Str(self->args); in BaseException_str()1167 str = PyObject_Str(self->msg); in SyntaxError_str()1169 str = PyObject_Str(Py_None); in SyntaxError_str()1649 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()1652 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()1734 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()1737 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()1831 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
447 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
303 s = PyObject_Str(op); in internal_print()449 PyObject_Str(PyObject *v) in PyObject_Str() function
801 return PyObject_Str(pp->dict); in proxy_str()
916 PyObject *str_spec = PyObject_Str(format_spec); in complex__format__()
109 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()112 out = PyObject_Str(self->args); in BaseException_str()1169 str = PyObject_Str(self->msg); in SyntaxError_str()1171 str = PyObject_Str(Py_None); in SyntaxError_str()1657 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()1660 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()1746 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()1749 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()1847 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
458 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
463 PyAPI_FUNC(PyObject *) PyObject_Str(PyObject *);464 #define PyObject_Bytes PyObject_Str
805 v = PyObject_Str(v); in PyRun_InteractiveOneFlags()813 w = PyObject_Str(w); in PyRun_InteractiveOneFlags()1274 PyObject *s = PyObject_Str(value); in PyErr_Display()1606 u = PyObject_Str(value); in err_input()
319 text = PyObject_Str(message); in warn_explicit()382 PyObject *to_str = PyObject_Str(item); in warn_explicit()
449 PyObject *string = PyObject_Str(name); in wrong_exception_type()
741 tmp = PyObject_Str(v); in PyErr_SyntaxLocation()
818 v = PyObject_Str(v); in PyRun_InteractiveOneFlags()826 w = PyObject_Str(w); in PyRun_InteractiveOneFlags()1299 PyObject *s = PyObject_Str(value); in PyErr_Display()1631 u = PyObject_Str(value); in err_input()
763 tmp = PyObject_Str(v); in PyErr_SyntaxLocation()
1990 PyObject *encoded = PyObject_Str(obj); in encoder_listencode_obj()2135 kstr = PyObject_Str(key); in encoder_listencode_dict()
1187 str = PyObject_Str(field); in csv_writerow()
1982 PyObject *encoded = PyObject_Str(obj); in encoder_listencode_obj()2127 kstr = PyObject_Str(key); in encoder_listencode_dict()