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

Method __getitem__

dask/dataframe/dask_expr/_str_accessor.py:122–123  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

120 return new_collection(CatBlockwise(self._series, sep, na_rep, *others))
121
122 def __getitem__(self, index):
123 return self._function_map("__getitem__", index)
124
125
126class CatBlockwise(Blockwise):

Callers

nothing calls this directly

Calls 1

_function_mapMethod · 0.80

Tested by

no test coverage detected