Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dfpectlmodule.c95 static PyObject *turnoff_sigfpe (PyObject *self,PyObject *args);
99 {"turnoff_sigfpe", (PyCFunction) turnoff_sigfpe, METH_VARARGS},
259 static PyObject *turnoff_sigfpe(PyObject *self,PyObject *args) in turnoff_sigfpe() function
/external/python/cpython2/Doc/library/
Dfpectl.rst58 .. function:: turnoff_sigfpe()