Home
last modified time | relevance | path

Searched defs:Py_REFCNT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dobject.h114 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) macro
/external/python/cpython3/Include/
Dobject.h117 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) macro
/external/python/cpython2/Modules/
D_elementtree.c99 #define Py_REFCNT(ob) (((PyObject*)(ob))->ob_refcnt) macro