Searched defs:PyType_IS_GC (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Include/
H A Dobjimpl.h238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC) macro
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \

Completed in 205 milliseconds