Home | History | Annotate | Download | only in python2.7

Lines Matching refs:TPFLAGS_IS_ABSTRACT

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