Searched refs:Py_ReprEnter (Results 1 – 25 of 31) sorted by relevance
12
78 i = Py_ReprEnter(ns); in namespace_repr()
278 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
1394 i = Py_ReprEnter((PyObject *)self); in odict_repr()
2064 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
1931 i = Py_ReprEnter((PyObject *)mp); in dict_repr()3865 rc = Py_ReprEnter((PyObject *)dv); in dictview_repr()
581 int status = Py_ReprEnter((PyObject*)so); in set_repr()
1029 int status = Py_ReprEnter((PyObject *)ig); in itemgetter_repr()1356 int status = Py_ReprEnter((PyObject *)ag); in attrgetter_repr()1547 int status = Py_ReprEnter((PyObject *)mc); in methodcaller_repr()
1382 i = Py_ReprEnter(deque); in deque_repr()2124 int status = Py_ReprEnter(dd->default_factory); in defdict_repr()
275 status = Py_ReprEnter((PyObject *)pto); in partial_repr()
443 Py_ReprEnter
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()
754 Py_ReprEnter=python37.Py_ReprEnter
603 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
513 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
1083 int status = Py_ReprEnter((PyObject *)self);
1399 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
728 .. c:function:: int Py_ReprEnter(PyObject *object)748 Ends a :c:func:`Py_ReprEnter`. Must be called once for each749 invocation of :c:func:`Py_ReprEnter` that returns zero.
475 "Py_ReprEnter"
2996 Py_ReprEnter:int:::2997 Py_ReprEnter:PyObject*:object:+1: