MCPcopy Index your code
hub / github.com/dask/dask / func

Function func

dask/dataframe/accessor.py:13–14  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

11
12def _bind_method(cls, pd_cls, attr, min_version=None):
13 def func(self, *args, **kwargs):
14 return self._function_map(attr, *args, **kwargs)
15
16 func.__name__ = attr
17 func.__qualname__ = f"{cls.__name__}.{attr}"

Callers 15

apply_and_enforceFunction · 0.70
overlap_chunkFunction · 0.70
_apply_chunkFunction · 0.70
_groupby_apply_funcsFunction · 0.70
_agg_finalizeFunction · 0.70
_apply_func_to_columnFunction · 0.70
_apply_func_to_columnsFunction · 0.70
_cum_agg_alignedFunction · 0.70
_cum_agg_filledFunction · 0.70
concatFunction · 0.70
is_categorical_dtypeFunction · 0.70

Calls 2

_function_mapMethod · 0.80
_property_mapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…