Home
last modified time | relevance | path

Searched refs:Py_ReprLeave (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Modules/
D_operator.c1092 Py_ReprLeave((PyObject *)ig); in itemgetter_repr()
1422 Py_ReprLeave((PyObject *)ag); in attrgetter_repr()
1593 Py_ReprLeave((PyObject *)mc); in methodcaller_repr()
1599 Py_ReprLeave((PyObject *)mc); in methodcaller_repr()
1647 Py_ReprLeave((PyObject *)mc); in methodcaller_repr()
D_collectionsmodule.c1391 Py_ReprLeave(deque); in deque_repr()
1401 Py_ReprLeave(deque); in deque_repr()
2146 Py_ReprLeave(dd->default_factory); in defdict_repr()
D_functoolsmodule.c399 Py_ReprLeave((PyObject *)pto); in partial_repr()
D_elementtree.c1646 Py_ReprLeave((PyObject *)self); in element_repr()
/third_party/python/Objects/
Dnamespaceobject.c141 Py_ReprLeave(ns); in namespace_repr()
Dtupleobject.c366 Py_ReprLeave((PyObject *)v); in tuplerepr()
371 Py_ReprLeave((PyObject *)v); in tuplerepr()
Ddictobject.c2107 Py_ReprLeave((PyObject *)mp); in dict_repr()
2164 Py_ReprLeave((PyObject *)mp); in dict_repr()
2169 Py_ReprLeave((PyObject *)mp); in dict_repr()
4366 Py_ReprLeave((PyObject *)dv); in dictview_repr()
Dsetobject.c520 Py_ReprLeave((PyObject*)so); in set_repr()
547 Py_ReprLeave((PyObject*)so); in set_repr()
Dlistobject.c408 Py_ReprLeave((PyObject *)v); in list_repr()
413 Py_ReprLeave((PyObject *)v); in list_repr()
Dodictobject.c1488 Py_ReprLeave((PyObject *)self); in odict_repr()
Dobject.c2062 Py_ReprLeave(PyObject *obj) in Py_ReprLeave() function
/third_party/python/Include/
Dobject.h300 PyAPI_FUNC(void) Py_ReprLeave(PyObject *);
/third_party/python/Modules/_io/
Dfileio.c1102 Py_ReprLeave((PyObject *)self);
Dtextio.c2948 Py_ReprLeave((PyObject *)self); in textiowrapper_repr()
2955 Py_ReprLeave((PyObject *)self); in textiowrapper_repr()
Dbufferedio.c1401 Py_ReprLeave((PyObject *)self); in buffered_repr()
/third_party/python/Doc/data/
Dstable_abi.dat820 function,Py_ReprLeave,3.2,
Drefcounts.dat3020 Py_ReprLeave:void:::
3021 Py_ReprLeave:PyObject*:object:-1:
/third_party/python/PC/
Dpython3dll.c86 EXPORT_FUNC(Py_ReprLeave)
/third_party/python/Misc/
Dstable_abi.txt1558 function Py_ReprLeave
DHISTORY29308 Py_ReprLeave() below. Comparisons of such objects still go beserk,
29606 - New functions Py_ReprEnter() and Py_ReprLeave() use the per-thread
/third_party/python/Doc/c-api/
Dexceptions.rst817 .. c:function:: void Py_ReprLeave(PyObject *object)