HomeSort by relevance Sort by last modified time
    Searched defs:PySTEntry_Check (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
  /external/python/cpython2/Include/
symtable.h 51 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)
  /external/python/cpython3/Include/
symtable.h 68 #define PySTEntry_Check(op) (Py_TYPE(op) == &PySTEntry_Type)

Completed in 51 milliseconds