Searched refs:Py_ReprEnter (Results 1 – 12 of 12) sorted by relevance
443 Py_ReprEnter
907 i = Py_ReprEnter(deque); in deque_repr()944 i = Py_ReprEnter(deque); in deque_tp_print()1600 int status = Py_ReprEnter(dd->default_factory); in defdict_repr()
1230 status = Py_ReprEnter((PyObject *)self); in element_repr()
513 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
280 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
579 int status = Py_ReprEnter((PyObject*)so); in set_tp_print()614 int status = Py_ReprEnter((PyObject*)so); in set_repr()
1059 status = Py_ReprEnter((PyObject*)mp); in dict_print()1116 i = Py_ReprEnter((PyObject *)mp); in dict_repr()
327 rc = Py_ReprEnter((PyObject*)op); in list_print()368 i = Py_ReprEnter((PyObject*)v); in list_repr()
2374 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
475 "Py_ReprEnter"
11928 recursive entry is printed as [...] or {...}. See Py_ReprEnter() and12227 - New functions Py_ReprEnter() and Py_ReprLeave() use the per-thread
10628 Py_ReprEnter() and Py_EnterRecursiveCall(), respectively, fixed the