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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 48 TPFLAGS_IS_ABSTRACT = 1 << 20
245 return bool(isinstance(object, type) and object.__flags__ & TPFLAGS_IS_ABSTRACT)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 48 TPFLAGS_IS_ABSTRACT = 1 << 20
245 return bool(isinstance(object, type) and object.__flags__ & TPFLAGS_IS_ABSTRACT)
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 583 milliseconds