Home
last modified time | relevance | path

Searched refs:Py_ReprEnter (Results 1 - 16 of 16) sorted by relevance

/third_party/python/Objects/
H A Dnamespaceobject.c79 i = Py_ReprEnter(ns); in namespace_repr()
H A Dtupleobject.c232 i = Py_ReprEnter((PyObject *)v); in tuplerepr()
H A Dodictobject.c1380 i = Py_ReprEnter((PyObject *)self); in odict_repr()
H A Dobject.c2148 e.g. builtin dictionaries and lists, should use Py_ReprEnter() and
2151 Py_ReprEnter() returns 0 the first time it is called for a particular
2159 Py_ReprEnter(PyObject *obj) in Py_ReprEnter() function
H A Dsetobject.c510 int status = Py_ReprEnter((PyObject*)so); in set_repr()
H A Ddictobject.c2407 i = Py_ReprEnter((PyObject *)mp); in dict_repr()
4713 rc = Py_ReprEnter((PyObject *)dv); in dictview_repr()
H A Dlistobject.c390 i = Py_ReprEnter((PyObject*)v); in list_repr()
/third_party/python/Modules/
H A D_operator.c1130 int status = Py_ReprEnter((PyObject *)ig); in itemgetter_repr()
1479 int status = Py_ReprEnter((PyObject *)ag); in attrgetter_repr()
1667 int status = Py_ReprEnter((PyObject *)mc); in methodcaller_repr()
H A D_collectionsmodule.c1379 i = Py_ReprEnter(deque); in deque_repr()
2112 int status = Py_ReprEnter(dd->default_factory); in defdict_repr()
H A D_functoolsmodule.c365 status = Py_ReprEnter((PyObject *)pto); in partial_repr()
H A D_elementtree.c1630 status = Py_ReprEnter((PyObject *)self); in element_repr()
/third_party/python/Include/
H A Dobject.h322 PyAPI_FUNC(int) Py_ReprEnter(PyObject *);
/third_party/python/Modules/_io/
H A Dfileio.c1098 int status = Py_ReprEnter((PyObject *)self);
H A Dbufferedio.c1380 int status = Py_ReprEnter((PyObject *)self); in buffered_repr()
H A Dtextio.c2879 status = Py_ReprEnter((PyObject *)self); in textiowrapper_repr()
/third_party/python/PC/
H A Dpython3dll.c81 EXPORT_FUNC(Py_ReprEnter)

Completed in 55 milliseconds