Searched refs:Py_DecRef (Results 1 – 15 of 15) sorted by relevance
109 Py_DecRef(flat_dictionary); in FlattenDictItems()122 Py_DecRef(flat_dictionary); in FlattenDictItems()135 Py_DecRef(flat_dictionary); in FlattenDictItems()
253 ctypes.pythonapi.Py_DecRef(c_tb_next)
787 PyAPI_FUNC(void) Py_DecRef(PyObject *);871 Py_DecRef(op); in Py_DECREF()
1605 Py_DecRef(repr); in SwigPyObject_repr()1606 Py_DecRef(nrep); in SwigPyObject_repr()5220 Py_DecRef(str); in swig_varlink_str()5221 Py_DecRef(tail); in swig_varlink_str()5226 Py_DecRef(str); in swig_varlink_str()5227 Py_DecRef(tail); in swig_varlink_str()5233 Py_DecRef(str); in swig_varlink_str()5234 Py_DecRef(tail); in swig_varlink_str()
1484 Py_DecRef(repr); in SwigPyObject_repr()1485 Py_DecRef(nrep); in SwigPyObject_repr()5758 Py_DecRef(str); in swig_varlink_str()5759 Py_DecRef(tail); in swig_varlink_str()5764 Py_DecRef(str); in swig_varlink_str()5765 Py_DecRef(tail); in swig_varlink_str()5771 Py_DecRef(str); in swig_varlink_str()5772 Py_DecRef(tail); in swig_varlink_str()
183 .. c:function:: void Py_DecRef(PyObject *o)
235 Use :c:func:`Py_DecRef` when storing :c:type:`PyObject`.
46 EXPORT_FUNC(Py_DecRef)
831 func,Py_DecRef,3.2,,
972 …<elf-symbol name='Py_DecRef' type='func-type' binding='global-binding' visibility='default-visibil…8432 …Py_DecRef' mangled-name='Py_DecRef' filepath='Objects/object.c' line='333' column='1' visibility='…
1597 Py_DecRef(obj); in test_incref_decref_API()1598 Py_DecRef(obj); in test_incref_decref_API()
333 Py_DecRef(PyObject *o) in Py_DecRef() function
1038 Py_DecRef(getline); in FormatErrorStatusStackTrace()1039 Py_DecRef(linecache); in FormatErrorStatusStackTrace()
1615 [function.Py_DecRef]
20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the