Home
last modified time | relevance | path

Searched refs:Py_ReprEnter (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def443 Py_ReprEnter
/external/python/cpython2/Modules/
D_collectionsmodule.c907 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()
D_elementtree.c1230 status = Py_ReprEnter((PyObject *)self); in element_repr()
/external/python/cpython2/Include/
Dobject.h513 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
/external/python/cpython2/Objects/
Dtupleobject.c280 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
Dsetobject.c579 int status = Py_ReprEnter((PyObject*)so); in set_tp_print()
614 int status = Py_ReprEnter((PyObject*)so); in set_repr()
Ddictobject.c1059 status = Py_ReprEnter((PyObject*)mp); in dict_print()
1116 i = Py_ReprEnter((PyObject *)mp); in dict_repr()
Dlistobject.c327 rc = Py_ReprEnter((PyObject*)op); in list_print()
368 i = Py_ReprEnter((PyObject*)v); in list_repr()
Dobject.c2374 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
/external/python/cpython2/PC/os2emx/
Dpython27.def475 "Py_ReprEnter"
/external/python/cpython2/Misc/
DHISTORY11928 recursive entry is printed as [...] or {...}. See Py_ReprEnter() and
12227 - New functions Py_ReprEnter() and Py_ReprLeave() use the per-thread
DNEWS10628 Py_ReprEnter() and Py_EnterRecursiveCall(), respectively, fixed the