Home
last modified time | relevance | path

Searched refs:PyObject_Repr (Results 1 – 25 of 39) sorted by relevance

12

/third_party/python/Objects/stringlib/
Dstringdefs.h26 #define STRINGLIB_TOASCII PyObject_Repr
Dunicode_format.h769 return PyObject_Repr(obj); in do_conversion()
/third_party/python/Doc/c-api/
Dobject.rst163 .. c:function:: PyObject* PyObject_Repr(PyObject *o)
179 As :c:func:`PyObject_Repr`, compute a string representation of object *o*, but
181 :c:func:`PyObject_Repr` with ``\x``, ``\u`` or ``\U`` escapes. This generates
182 a string similar to that returned by :c:func:`PyObject_Repr` in Python 2.
Dset.rst19 :c:func:`PyObject_Repr`, :c:func:`PyObject_IsTrue`, :c:func:`PyObject_Print`, and
/third_party/python/Python/
Dcontext.c913 PyObject *name = PyObject_Repr(self->var_name); in contextvar_tp_repr()
928 PyObject *def = PyObject_Repr(self->var_default); in contextvar_tp_repr()
1141 PyObject *var = PyObject_Repr((PyObject *)self->tok_var); in token_tp_repr()
Dast_unparse.c72 PyObject *repr = PyObject_Repr(obj); in append_repr()
Dbltinmodule.c2261 return PyObject_Repr(obj); in builtin_repr()
/third_party/python/Objects/
Dobject.c295 s = PyObject_Repr(op); in PyObject_Print()
409 PyObject_Repr(PyObject *v) in PyObject_Repr() function
484 return PyObject_Repr(v); in PyObject_Str()
526 repr = PyObject_Repr(v); in PyObject_ASCII()
Dfileobject.c135 value = PyObject_Repr(v); in PyFile_WriteObject()
Dunionobject.c315 r = PyObject_Repr(p); in union_repr_item()
Dstructseq.c298 PyObject *repr = PyObject_Repr(value); in structseq_repr()
Dgenericaliasobject.c102 r = PyObject_Repr(p); in ga_repr_item()
Dtupleobject.c345 s = PyObject_Repr(v->ob_item[i]); in tuplerepr()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc512 return PyObject_Repr(dict.get()); in ScalarMapToStr()
751 return PyObject_Repr(dict.get()); in MessageMapToStr()
Drepeated_composite_container.cc370 return PyObject_Repr(list.get()); in Subscript()
Drepeated_scalar_container.cc662 return PyObject_Repr(list.get()); in Subscript()
Dmessage.cc575 PyObject* repr = PyObject_Repr(arg); in FormatTypeError()
762 PyObject* repr = PyObject_Repr(arg); in CheckString()
/third_party/python/Include/
Dobject.h265 PyAPI_FUNC(PyObject *) PyObject_Repr(PyObject *);
/third_party/python/Modules/
D_lsprof.c173 PyObject *res = PyObject_Repr(mo); in normalizeUserObj()
D_operator.c1604 PyObject *onerepr = PyObject_Repr(PyTuple_GET_ITEM(mc->args, i)); in methodcaller_repr()
Dgcmodule.c2150 repr = PyObject_Repr(gcstate->garbage); in _PyGC_DumpShutdownStats()
/third_party/python/PC/
Dpython3dll.c468 EXPORT_FUNC(PyObject_Repr)
/third_party/python/Doc/data/
Dstable_abi.dat512 function,PyObject_Repr,3.2,
Drefcounts.dat1771 PyObject_Repr:PyObject*::+1:
1772 PyObject_Repr:PyObject*:o:0:
/third_party/python/Misc/
Dstable_abi.txt1105 function PyObject_Repr

12