MCPcopy Create free account
hub / github.com/apache/arrow / IsPyFloat

Function IsPyFloat

python/pyarrow/src/arrow/python/inference.cc:818–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816bool IsPyInt(PyObject* obj) { return internal::PyIntScalar_Check(obj); }
817
818ARROW_PYTHON_EXPORT
819bool IsPyFloat(PyObject* obj) { return internal::PyFloatScalar_Check(obj); }
820
821} // namespace py
822} // namespace arrow

Callers

nothing calls this directly

Calls 1

PyFloatScalar_CheckFunction · 0.85

Tested by

no test coverage detected