Home
last modified time | relevance | path

Searched refs:Py_DecRef (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dnest.cc109 Py_DecRef(flat_dictionary); in FlattenDictItems()
122 Py_DecRef(flat_dictionary); in FlattenDictItems()
135 Py_DecRef(flat_dictionary); in FlattenDictItems()
/external/python/jinja/src/jinja2/
Ddebug.py253 ctypes.pythonapi.Py_DecRef(c_tb_next)
/external/python/cpython3/Include/
Dobject.h787 PyAPI_FUNC(void) Py_DecRef(PyObject *);
871 Py_DecRef(op); in Py_DECREF()
/external/webp/swig/
Dlibwebp_python_wrap.c1605 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()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1484 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()
/external/python/cpython3/Doc/c-api/
Drefcounting.rst183 .. c:function:: void Py_DecRef(PyObject *o)
Dcode.rst235 Use :c:func:`Py_DecRef` when storing :c:type:`PyObject`.
/external/python/cpython3/PC/
Dpython3dll.c46 EXPORT_FUNC(Py_DecRef)
/external/python/cpython3/Doc/data/
Dstable_abi.dat831 func,Py_DecRef,3.2,,
Dpython3.13.abi972 …<elf-symbol name='Py_DecRef' type='func-type' binding='global-binding' visibility='default-visibil…
8432Py_DecRef' mangled-name='Py_DecRef' filepath='Objects/object.c' line='333' column='1' visibility='…
/external/python/cpython3/Modules/
D_testcapimodule.c1597 Py_DecRef(obj); in test_incref_decref_API()
1598 Py_DecRef(obj); in test_incref_decref_API()
/external/python/cpython3/Objects/
Dobject.c333 Py_DecRef(PyObject *o) in Py_DecRef() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1038 Py_DecRef(getline); in FormatErrorStatusStackTrace()
1039 Py_DecRef(linecache); in FormatErrorStatusStackTrace()
/external/python/cpython3/Misc/
Dstable_abi.toml1615 [function.Py_DecRef]
DHISTORY20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the