Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcellobject.h22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro
/external/python/cpython3/Include/
Dcellobject.h22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref) macro