Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h114 #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