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

  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 48 #define WinObj_Check(x) ((x)->ob_type == &Window_Type || PyObject_TypeCheck((x), &Window_Type))
87 if (!WinObj_Check(v))
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 111 if (WinObj_Check(v)) {
    [all...]

Completed in 1096 milliseconds