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

Function test_table_slice_getitem

python/pyarrow/tests/test_table.py:1313–1314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1311
1312
1313def test_table_slice_getitem():
1314 return _table_like_slice_tests(pa.table)
1315
1316
1317@pytest.mark.pandas

Callers

nothing calls this directly

Calls 1

_table_like_slice_testsFunction · 0.85

Tested by

no test coverage detected