Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dcellobject.h24 static inline PyObject* PyCell_GET(PyObject *op) { in PyCell_GET() function
30 #define PyCell_GET(op) PyCell_GET(_PyObject_CAST(op)) macro