Searched refs:Py_ReprEnter (Results 1 – 21 of 21) sorted by relevance
78 i = Py_ReprEnter(ns); in namespace_repr()
317 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
1432 i = Py_ReprEnter((PyObject *)self); in odict_repr()
2028 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
2101 i = Py_ReprEnter((PyObject *)mp); in dict_repr()4354 rc = Py_ReprEnter((PyObject *)dv); in dictview_repr()
510 int status = Py_ReprEnter((PyObject*)so); in set_repr()
372 i = Py_ReprEnter((PyObject*)v); in list_repr()
1083 int status = Py_ReprEnter((PyObject *)ig); in itemgetter_repr()1398 int status = Py_ReprEnter((PyObject *)ag); in attrgetter_repr()1580 int status = Py_ReprEnter((PyObject *)mc); in methodcaller_repr()
1382 i = Py_ReprEnter(deque); in deque_repr()2136 int status = Py_ReprEnter(dd->default_factory); in defdict_repr()
364 status = Py_ReprEnter((PyObject *)pto); in partial_repr()
1642 status = Py_ReprEnter((PyObject *)self); in element_repr()
299 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
1096 int status = Py_ReprEnter((PyObject *)self);
1396 int status = Py_ReprEnter((PyObject *)self); in buffered_repr()
2907 status = Py_ReprEnter((PyObject *)self); in textiowrapper_repr()
799 .. c:function:: int Py_ReprEnter(PyObject *object)819 Ends a :c:func:`Py_ReprEnter`. Must be called once for each820 invocation of :c:func:`Py_ReprEnter` that returns zero.
85 EXPORT_FUNC(Py_ReprEnter)
819 function,Py_ReprEnter,3.2,
3017 Py_ReprEnter:int:::3018 Py_ReprEnter:PyObject*:object:+1:
1556 function Py_ReprEnter
29307 recursive entry is printed as [...] or {...}. See Py_ReprEnter() and29606 - New functions Py_ReprEnter() and Py_ReprLeave() use the per-thread