Searched refs:turnon_sigfpe (Results 1 – 2 of 2) sorted by relevance
94 static PyObject *turnon_sigfpe (PyObject *self,PyObject *args);98 {"turnon_sigfpe", (PyCFunction) turnon_sigfpe, METH_VARARGS},103 static PyObject *turnon_sigfpe(PyObject *self,PyObject *args) in turnon_sigfpe() function
52 .. function:: turnon_sigfpe()65 After :func:`turnon_sigfpe` has been executed, a floating point operation that80 >>> fpectl.turnon_sigfpe()