Searched refs:Py_ReprEnter (Results 1 – 25 of 31) sorted by relevance
12
78 i = Py_ReprEnter(ns); in namespace_repr()
271 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
1434 i = Py_ReprEnter((PyObject *)self); in odict_repr()
1958 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
2049 i = Py_ReprEnter((PyObject *)mp); in dict_repr()4223 rc = Py_ReprEnter((PyObject *)dv); in dictview_repr()
496 int status = Py_ReprEnter((PyObject*)so); in set_repr()
443 Py_ReprEnter
1060 int status = Py_ReprEnter((PyObject *)ig); in itemgetter_repr()1388 int status = Py_ReprEnter((PyObject *)ag); in attrgetter_repr()1580 int status = Py_ReprEnter((PyObject *)mc); in methodcaller_repr()
1360 i = Py_ReprEnter(deque); in deque_repr()2113 int status = Py_ReprEnter(dd->default_factory); in defdict_repr()
312 status = Py_ReprEnter((PyObject *)pto); in partial_repr()
275 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
917 i = Py_ReprEnter(deque); in deque_repr()954 i = Py_ReprEnter(deque); in deque_tp_print()1614 int status = Py_ReprEnter(dd->default_factory); in defdict_repr()
1268 status = Py_ReprEnter((PyObject *)self); in element_repr()
513 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
759 Py_ReprEnter=python39.Py_ReprEnter
1094 int status = Py_ReprEnter((PyObject *)self);
1394 int status = Py_ReprEnter((PyObject *)self); in buffered_repr()
1105 status = Py_ReprEnter((PyObject*)mp); in dict_print()1162 i = Py_ReprEnter((PyObject *)mp); in dict_repr()3011 rc = Py_ReprEnter((PyObject *)dv); in dictview_repr()
280 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
580 int status = Py_ReprEnter((PyObject*)so); in set_tp_print()615 int status = Py_ReprEnter((PyObject*)so); in set_repr()
327 rc = Py_ReprEnter((PyObject*)op); in list_print()368 i = Py_ReprEnter((PyObject*)v); in list_repr()
2379 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
755 .. c:function:: int Py_ReprEnter(PyObject *object)775 Ends a :c:func:`Py_ReprEnter`. Must be called once for each776 invocation of :c:func:`Py_ReprEnter` that returns zero.
475 "Py_ReprEnter"
3037 Py_ReprEnter:int:::3038 Py_ReprEnter:PyObject*:object:+1: