MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / is_error

Function is_error

Modules/mathmodule.c:616–650  ·  view source on GitHub ↗

Call is_error when errno != 0, and where x is the result libm * returned. is_error will usually set up an exception and return * true (1), but may return false (0) without setting up an exception. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

math_1Function · 0.85
math_1aFunction · 0.85
math_2Function · 0.85
math_ldexpFunction · 0.85
math_fmodFunction · 0.85
math_hypotFunction · 0.85
math_powFunction · 0.85

Calls 2

PyErr_SetStringFunction · 0.85
PyErr_SetFromErrnoFunction · 0.85

Tested by

no test coverage detected