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

Class IndexWrapper

dask/dataframe/tests/test_utils_dataframe.py:573–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 assert is_series_like(wrap)
572
573 class IndexWrapper:
574 __class__ = pd.Index
575
576 wrap = IndexWrapper()
577 wrap.dtype = None

Callers 1

test_is_dataframe_likeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_is_dataframe_likeFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…