Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c473 int EventQueueRef_Convert(PyObject *v, EventQueueRef *p_itself) in EventQueueRef_Convert() function
618 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventQueueRef_Convert, &itself)) return N… in EventQueueRef_tp_new()