Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c808 #define EventLoopTimerRef_Check(x) ((x)->ob_type == &EventLoopTimerRef_Type || PyObject_TypeCheck((… macro
826 if (!EventLoopTimerRef_Check(v)) in EventLoopTimerRef_Convert()