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

Function IsPyBool

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

Source from the content-addressed store, hash-verified

810}
811
812ARROW_PYTHON_EXPORT
813bool IsPyBool(PyObject* obj) { return internal::PyBoolScalar_Check(obj); }
814
815ARROW_PYTHON_EXPORT
816bool IsPyInt(PyObject* obj) { return internal::PyIntScalar_Check(obj); }

Callers

nothing calls this directly

Calls 1

PyBoolScalar_CheckFunction · 0.85

Tested by

no test coverage detected