HomeSort by relevance Sort by last modified time
    Searched refs:TPFLAGS_IS_ABSTRACT (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 48 TPFLAGS_IS_ABSTRACT = 1 << 20
245 return bool(isinstance(object, type) and object.__flags__ & TPFLAGS_IS_ABSTRACT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 48 TPFLAGS_IS_ABSTRACT = 1 << 20
245 return bool(isinstance(object, type) and object.__flags__ & TPFLAGS_IS_ABSTRACT)
    [all...]

Completed in 138 milliseconds