Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/carbonevt/
DCarbonEvtsupport.py46 EventAttributes = UInt32 variable
/external/python/cpython3/Modules/
Doverlapped.c354 PyObject *EventAttributes; in overlapped_CreateEvent() local
361 &EventAttributes, &ManualReset, in overlapped_CreateEvent()
365 if (EventAttributes != Py_None) { in overlapped_CreateEvent()