Searched refs:PyObject_Str (Results 1 – 25 of 51) sorted by relevance
123
145 PyObject *unicode = PyObject_Str(text); in escape()178 return PyObject_Str(s); in soft_unicode()
222 PyObject *unicode = PyObject_Str(text); in escape()251 return PyObject_Str(s); in soft_str()
24 #define STRINGLIB_TOSTR PyObject_Str
26 #define STRINGLIB_TOSTR PyObject_Str
25 #define STRINGLIB_TOSTR PyObject_Str
771 return PyObject_Str(obj); in do_conversion()
24 errstr = PyObject_Str(value); in _PyPegen_raise_tokenizer_init_error()131 errstr = PyObject_Str(value); in _Pypegen_raise_decode_error()
115 return PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()117 return PyObject_Str(self->args); in BaseException_str()1615 return PyObject_Str(self->msg ? self->msg : Py_None); in SyntaxError_str()2066 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()2069 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()2188 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()2191 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()2284 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
132 value = PyObject_Str(v); in PyFile_WriteObject()
293 s = PyObject_Str(op); in PyObject_Print()462 PyObject_Str(PyObject *v) in PyObject_Str() function609 return PyObject_Str(x); in _PyObject_FunctionStr()
306 r = PyObject_Str(qualname); in union_repr_item()
93 r = PyObject_Str(qualname); in ga_repr_item()
497 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
172 ScopedPyObjectPtr s(PyObject_Str(arg)); in AssignItem()403 ScopedPyObjectPtr s(PyObject_Str(item)); in Subscript()
225 v = PyObject_Str(v); in PyRun_InteractiveOneObjectEx()238 w = PyObject_Str(w); in PyRun_InteractiveOneObjectEx()999 PyObject *s = PyObject_Str(value); in print_exception()
266 PyAPI_FUNC(PyObject *) PyObject_Str(PyObject *);
185 .. index:: string; PyObject_Str (C function)188 .. c:function:: PyObject* PyObject_Str(PyObject *o)
1017 cls_str = PyObject_Str(tp); in _ctypes_extend_error()1025 msg_str = PyObject_Str(v); in _ctypes_extend_error()
597 input = ucvt = PyObject_Str(input); in _multibytecodec_MultibyteCodec_encode_impl()776 unistr = ucvt = PyObject_Str(unistr); in encoder_encode_stateful()
520 function,PyObject_Str,3.2,