Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ PyFloat_IsNaN
Function
PyFloat_IsNaN
python/pyarrow/src/arrow/python/helpers.cc:292–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
bool PyFloat_IsNaN(PyObject* obj) {
293
return PyFloat_Check(obj) && std::isnan(PyFloat_AsDouble(obj));
294
}
295
296
namespace {
297
Callers
1
PandasObjectIsNull
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected