Home
last modified time | relevance | path

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

1234

/external/libmojo/third_party/markupsafe/
D_speedups.c145 PyObject *unicode = PyObject_Str(text); in escape()
178 return PyObject_Str(s); in soft_unicode()
/external/python/cpython2/Objects/
Dexceptions.c107 out = PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()
110 out = PyObject_Str(self->args); in BaseException_str()
1157 str = PyObject_Str(self->msg); in SyntaxError_str()
1159 str = PyObject_Str(Py_None); in SyntaxError_str()
1644 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()
1647 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()
1733 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()
1736 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()
1834 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
/external/python/cpython3/Objects/stringlib/
Ducs1lib.h25 #define STRINGLIB_TOSTR PyObject_Str
Ducs2lib.h25 #define STRINGLIB_TOSTR PyObject_Str
Ducs4lib.h25 #define STRINGLIB_TOSTR PyObject_Str
Dunicodedefs.h27 #define STRINGLIB_TOSTR PyObject_Str
Dasciilib.h25 #define STRINGLIB_TOSTR PyObject_Str
Dstringdefs.h26 #define STRINGLIB_TOSTR PyObject_Str
/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h32 #define STRINGLIB_TOSTR PyObject_Str
Dstringdefs.h27 #define STRINGLIB_TOSTR PyObject_Str
/external/tensorflow/tensorflow/python/lib/core/
Dpy_util.cc54 PyObject* str = PyObject_Str(pvalue); in PyExceptionFetch()
/external/python/cpython3/Objects/
Dexceptions.c108 return PyObject_Str(PyTuple_GET_ITEM(self->args, 0)); in BaseException_str()
110 return PyObject_Str(self->args); in BaseException_str()
1406 return PyObject_Str(self->msg ? self->msg : Py_None); in SyntaxError_str()
1861 reason_str = PyObject_Str(uself->reason); in UnicodeEncodeError_str()
1864 encoding_str = PyObject_Str(uself->encoding); in UnicodeEncodeError_str()
1986 reason_str = PyObject_Str(uself->reason); in UnicodeDecodeError_str()
1989 encoding_str = PyObject_Str(uself->encoding); in UnicodeDecodeError_str()
2084 reason_str = PyObject_Str(uself->reason); in UnicodeTranslateError_str()
Dfileobject.c141 value = PyObject_Str(v); in PyFile_WriteObject()
/external/python/cpython2/Modules/
Dgrpmodule.c120 py_str_name = PyObject_Str(pyo_name); in grp_getgrnam()
/external/python/cpython2/Python/
Dpythonrun.c817 v = PyObject_Str(v); in PyRun_InteractiveOneFlags()
825 w = PyObject_Str(w); in PyRun_InteractiveOneFlags()
1298 PyObject *s = PyObject_Str(value); in PyErr_Display()
1636 u = PyObject_Str(value); in err_input()
D_warnings.c319 text = PyObject_Str(message); in warn_explicit()
382 PyObject *to_str = PyObject_Str(item); in warn_explicit()
/external/python/cpython3/Python/
Dpythonrun.c181 v = PyObject_Str(v); in PyRun_InteractiveOneObject()
194 w = PyObject_Str(w); in PyRun_InteractiveOneObject()
769 PyObject *s = PyObject_Str(value); in print_exception()
1335 msg_obj = PyObject_Str(value); in err_input()
/external/python/cpython2/Include/
Dobject.h463 PyAPI_FUNC(PyObject *) PyObject_Str(PyObject *);
464 #define PyObject_Bytes PyObject_Str
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc172 ScopedPyObjectPtr s(PyObject_Str(arg)); in AssignItem()
414 ScopedPyObjectPtr s(PyObject_Str(item)); in Append()
/external/python/cpython2/Doc/c-api/
Dfloat.rst108 Use :func:`PyObject_Str` or :func:`PyOS_double_to_string` instead.
Dobject.rst156 .. c:function:: PyObject* PyObject_Str(PyObject *o)
171 for :c:func:`PyObject_Str`.
/external/python/cpython2/PC/os2vacpp/
Dpython.def326 PyObject_Str
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c432 if (!(script = PyObject_Str(script))) in rjsmin_jsmin()
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc169 PyObject* s = PyObject_Str(o); in PyObjectCppStr()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c942 cls_str = PyObject_Str(tp); in _ctypes_extend_error()
950 msg_str = PyObject_Str(v); in _ctypes_extend_error()

1234