HomeSort by relevance Sort by last modified time
    Searched full:ob_interrupt (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/Modules/snd/
sndsupport.py 244 Output("PyObject *ob_interrupt;")
263 Output("it->ob_interrupt = NULL;")
274 Output("Py_XDECREF(self->ob_interrupt);")
_Sndmodule.c 267 PyObject *ob_interrupt; member in struct:SPBObject
279 it->ob_interrupt = NULL;
303 Py_XDECREF(self->ob_interrupt);
    [all...]

Completed in 95 milliseconds