Home | History | Annotate | Download | only in test

Lines Matching refs:__flags__

958     if ((type(o) == type) and (o.__flags__ & _TPFLAGS_HEAPTYPE) or\
959 ((type(o) != type) and (type(o).__flags__ & _TPFLAGS_HAVE_GC))):