• Home
  • Raw
  • Download

Lines Matching refs:itself

26 PyObject *EventHandlerCallRef_New(EventHandlerCallRef itself);
27 PyObject *EventRef_New(EventRef itself);
119 PyObject *EventRef_New(EventRef itself) in EventRef_New() argument
124 it->ob_itself = itself; in EventRef_New()
394 EventRef itself; in EventRef_tp_new() local
397 … if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventRef_Convert, &itself)) return NULL; in EventRef_tp_new()
399 ((EventRefObject *)_self)->ob_itself = itself; in EventRef_tp_new()
464 PyObject *EventQueueRef_New(EventQueueRef itself) in EventQueueRef_New() argument
469 it->ob_itself = itself; in EventQueueRef_New()
615 EventQueueRef itself; in EventQueueRef_tp_new() local
618 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventQueueRef_Convert, &itself)) return N… in EventQueueRef_tp_new()
620 ((EventQueueRefObject *)_self)->ob_itself = itself; in EventQueueRef_tp_new()
685 PyObject *EventLoopRef_New(EventLoopRef itself) in EventLoopRef_New() argument
690 it->ob_itself = itself; in EventLoopRef_New()
745 EventLoopRef itself; in EventLoopRef_tp_new() local
748 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventLoopRef_Convert, &itself)) return NU… in EventLoopRef_tp_new()
750 ((EventLoopRefObject *)_self)->ob_itself = itself; in EventLoopRef_tp_new()
815 PyObject *EventLoopTimerRef_New(EventLoopTimerRef itself) in EventLoopTimerRef_New() argument
820 it->ob_itself = itself; in EventLoopTimerRef_New()
893 EventLoopTimerRef itself; in EventLoopTimerRef_tp_new() local
896 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventLoopTimerRef_Convert, &itself)) retu… in EventLoopTimerRef_tp_new()
898 ((EventLoopTimerRefObject *)_self)->ob_itself = itself; in EventLoopTimerRef_tp_new()
964 PyObject *EventHandlerRef_New(EventHandlerRef itself) in EventHandlerRef_New() argument
969 it->ob_itself = itself; in EventHandlerRef_New()
1085 EventHandlerRef itself; in EventHandlerRef_tp_new() local
1088 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventHandlerRef_Convert, &itself)) return… in EventHandlerRef_tp_new()
1090 ((EventHandlerRefObject *)_self)->ob_itself = itself; in EventHandlerRef_tp_new()
1155 PyObject *EventHandlerCallRef_New(EventHandlerCallRef itself) in EventHandlerCallRef_New() argument
1160 it->ob_itself = itself; in EventHandlerCallRef_New()
1218 EventHandlerCallRef itself; in EventHandlerCallRef_tp_new() local
1221 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventHandlerCallRef_Convert, &itself)) re… in EventHandlerCallRef_tp_new()
1223 ((EventHandlerCallRefObject *)_self)->ob_itself = itself; in EventHandlerCallRef_tp_new()
1288 PyObject *EventTargetRef_New(EventTargetRef itself) in EventTargetRef_New() argument
1293 it->ob_itself = itself; in EventTargetRef_New()
1373 EventTargetRef itself; in EventTargetRef_tp_new() local
1376 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventTargetRef_Convert, &itself)) return … in EventTargetRef_tp_new()
1378 ((EventTargetRefObject *)_self)->ob_itself = itself; in EventTargetRef_tp_new()
1443 PyObject *EventHotKeyRef_New(EventHotKeyRef itself) in EventHotKeyRef_New() argument
1448 it->ob_itself = itself; in EventHotKeyRef_New()
1503 EventHotKeyRef itself; in EventHotKeyRef_tp_new() local
1506 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventHotKeyRef_Convert, &itself)) return … in EventHotKeyRef_tp_new()
1508 ((EventHotKeyRefObject *)_self)->ob_itself = itself; in EventHotKeyRef_tp_new()