numpy.geterrcall()
numpy.geterrcall
-
numpy.geterrcall()
[source] -
Return the current callback function used on floating-point errors.
When the error handling for a floating-point error (one of “divide”, “over”, “under”, or “invalid”) is set to ‘call’ or ‘log’, the function that is called or the log instance that is written to is returned by
geterrcall
. This function or log instance has been set withseterrcall
.登录查看完整内容