Home
last modified time | relevance | path

Searched refs:PyObject_Str (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/markupsafe/
D_speedups.c145 PyObject *unicode = PyObject_Str(text); in escape()
178 return PyObject_Str(s); in soft_unicode()
/third_party/node/deps/v8/third_party/markupsafe/
D_speedups.c145 PyObject *unicode = PyObject_Str(text); in escape()
178 return PyObject_Str(s); in soft_unicode()
/third_party/node/tools/inspector_protocol/markupsafe/
D_speedups.c145 PyObject *unicode = PyObject_Str(text); in escape()
178 return PyObject_Str(s); in soft_unicode()
/third_party/markupsafe/
D_speedups.c222 PyObject *unicode = PyObject_Str(text); in escape()
251 return PyObject_Str(s); in soft_str()
/third_party/python/Objects/stringlib/
Ducs4lib.h24 #define STRINGLIB_TOSTR PyObject_Str
Ducs2lib.h24 #define STRINGLIB_TOSTR PyObject_Str
Ducs1lib.h24 #define STRINGLIB_TOSTR PyObject_Str
Dasciilib.h24 #define STRINGLIB_TOSTR PyObject_Str
Dunicodedefs.h26 #define STRINGLIB_TOSTR PyObject_Str
Dstringdefs.h25 #define STRINGLIB_TOSTR PyObject_Str
Dunicode_format.h771 return PyObject_Str(obj); in do_conversion()
/third_party/python/Parser/
Dpegen_errors.c24 errstr = PyObject_Str(value); in _PyPegen_raise_tokenizer_init_error()
131 errstr = PyObject_Str(value); in _Pypegen_raise_decode_error()
/third_party/python/Objects/
Dexceptions.c115 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()
Dfileobject.c132 value = PyObject_Str(v); in PyFile_WriteObject()
Dobject.c293 s = PyObject_Str(op); in PyObject_Print()
462 PyObject_Str(PyObject *v) in PyObject_Str() function
609 return PyObject_Str(x); in _PyObject_FunctionStr()
Dunionobject.c306 r = PyObject_Str(qualname); in union_repr_item()
Dgenericaliasobject.c93 r = PyObject_Str(qualname); in ga_repr_item()
Dweakrefobject.c497 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc172 ScopedPyObjectPtr s(PyObject_Str(arg)); in AssignItem()
403 ScopedPyObjectPtr s(PyObject_Str(item)); in Subscript()
/third_party/python/Python/
Dpythonrun.c225 v = PyObject_Str(v); in PyRun_InteractiveOneObjectEx()
238 w = PyObject_Str(w); in PyRun_InteractiveOneObjectEx()
999 PyObject *s = PyObject_Str(value); in print_exception()
/third_party/python/Include/
Dobject.h266 PyAPI_FUNC(PyObject *) PyObject_Str(PyObject *);
/third_party/python/Doc/c-api/
Dobject.rst185 .. index:: string; PyObject_Str (C function)
188 .. c:function:: PyObject* PyObject_Str(PyObject *o)
/third_party/python/Modules/_ctypes/
Dcallproc.c1017 cls_str = PyObject_Str(tp); in _ctypes_extend_error()
1025 msg_str = PyObject_Str(v); in _ctypes_extend_error()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c597 input = ucvt = PyObject_Str(input); in _multibytecodec_MultibyteCodec_encode_impl()
776 unistr = ucvt = PyObject_Str(unistr); in encoder_encode_stateful()
/third_party/python/Doc/data/
Dstable_abi.dat520 function,PyObject_Str,3.2,

123