MCPcopy
hub / github.com/dask/dask / test_str_empty_split

Function test_str_empty_split

dask/bag/tests/test_bag.py:1091–1097  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1089
1090
1091def test_str_empty_split():
1092 b = db.from_sequence(["Alice Smith", "Bob Jones", "Charlie Smith"], npartitions=2)
1093 assert list(b.str.split()) == [
1094 ["Alice", "Smith"],
1095 ["Bob", "Jones"],
1096 ["Charlie", "Smith"],
1097 ]
1098
1099
1100def test_map_with_iterator_function():

Callers

nothing calls this directly

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…