Home
last modified time | relevance | path

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

12

/external/python/cpython3/Objects/
Dnamespaceobject.c78 i = Py_ReprEnter(ns); in namespace_repr()
Dtupleobject.c278 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
Dodictobject.c1394 i = Py_ReprEnter((PyObject *)self); in odict_repr()
Dobject.c2064 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
Ddictobject.c1931 i = Py_ReprEnter((PyObject *)mp); in dict_repr()
3865 rc = Py_ReprEnter((PyObject *)dv); in dictview_repr()
Dsetobject.c581 int status = Py_ReprEnter((PyObject*)so); in set_repr()
/external/python/cpython3/Modules/
D_operator.c1029 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()
D_collectionsmodule.c1382 i = Py_ReprEnter(deque); in deque_repr()
2124 int status = Py_ReprEnter(dd->default_factory); in defdict_repr()
D_functoolsmodule.c275 status = Py_ReprEnter((PyObject *)pto); in partial_repr()
/external/python/cpython2/PC/os2vacpp/
Dpython.def443 Py_ReprEnter
/external/python/cpython2/Modules/
D_collectionsmodule.c917 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()
D_elementtree.c1268 status = Py_ReprEnter((PyObject *)self); in element_repr()
/external/python/cpython3/PC/
Dpython3.def754 Py_ReprEnter=python37.Py_ReprEnter
/external/python/cpython3/Include/
Dobject.h603 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
/external/python/cpython2/Include/
Dobject.h513 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
/external/python/cpython3/Modules/_io/
Dfileio.c1083 int status = Py_ReprEnter((PyObject *)self);
Dbufferedio.c1399 int status = Py_ReprEnter((PyObject *)self); in buffered_repr()
/external/python/cpython2/Objects/
Ddictobject.c1105 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()
Dtupleobject.c280 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
Dsetobject.c580 int status = Py_ReprEnter((PyObject*)so); in set_tp_print()
615 int status = Py_ReprEnter((PyObject*)so); in set_repr()
Dlistobject.c327 rc = Py_ReprEnter((PyObject*)op); in list_print()
368 i = Py_ReprEnter((PyObject*)v); in list_repr()
Dobject.c2379 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst728 .. c:function:: int Py_ReprEnter(PyObject *object)
748 Ends a :c:func:`Py_ReprEnter`. Must be called once for each
749 invocation of :c:func:`Py_ReprEnter` that returns zero.
/external/python/cpython2/PC/os2emx/
Dpython27.def475 "Py_ReprEnter"
/external/python/cpython3/Doc/data/
Drefcounts.dat2996 Py_ReprEnter:int:::
2997 Py_ReprEnter:PyObject*:object:+1:

12