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

Class IndexWrapper

dask/dataframe/tests/test_utils_dataframe.py:581–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 assert is_series_like(wrap)
580
581 class IndexWrapper:
582 __class__ = pd.Index
583
584 wrap = IndexWrapper()
585 wrap.dtype = None

Callers 1

test_is_dataframe_likeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_is_dataframe_likeFunction · 0.68