Home | History | Annotate | Download | only in Lib

Lines Matching refs:TPFLAGS_IS_ABSTRACT

60 TPFLAGS_IS_ABSTRACT = 1 << 20
288 return bool(isinstance(object, type) and object.__flags__ & TPFLAGS_IS_ABSTRACT)