Searched defs:tp_is_gc (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Doc/includes/ | ||
D | typestruct.h | 70 inquiry tp_is_gc; /* For PyObject_IS_GC */ member |
/third_party/python/Include/cpython/ | ||
D | object.h | 260 inquiry tp_is_gc; /* For PyObject_IS_GC */ member |