Home
last modified time | relevance | path

Searched refs:TPFLAGS_IS_ABSTRACT (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dinspect.py48 TPFLAGS_IS_ABSTRACT = 1 << 20 variable
244 return bool(isinstance(object, type) and object.__flags__ & TPFLAGS_IS_ABSTRACT)