MCPcopy Create free account
hub / github.com/dask/dask / test_string_accessor

Route test_string_accessor

dask/dataframe/dask_expr/tests/test_string_accessor.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "func, kwargs",
    [
        ("len", {}),
        ("capitalize", {}),
        ("casefold", {}),
        ("contains", {"pat": "a"}),
        ("count", {"pat": "a"}),
     

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import pytest
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected