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

Function test_is_valid

python/pyarrow/tests/test_compute.py:855–861  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

853
854
855def test_is_valid():
856 # An example generated function wrapper without options
857 data = [4, 5, None]
858 assert pc.is_valid(data).to_pylist() == [True, True, False]
859
860 with pytest.raises(TypeError):
861 pc.is_valid(data, options=None)
862
863
864def test_generated_docstrings():

Callers

nothing calls this directly

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected