Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c824 int EventLoopTimerRef_Convert(PyObject *v, EventLoopTimerRef *p_itself) in EventLoopTimerRef_Convert() function
896 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventLoopTimerRef_Convert, &itself)) retu… in EventLoopTimerRef_tp_new()