MCPcopy
hub / github.com/pydata/xarray / test_extension_array_repr

Function test_extension_array_repr

xarray/tests/test_duck_array_ops.py:1160–1162  ·  view source on GitHub ↗
(int1)

Source from the content-addressed store, hash-verified

1158
1159
1160def test_extension_array_repr(int1):
1161 int_duck_array = PandasExtensionArray(int1)
1162 assert repr(int1) in repr(int_duck_array)
1163
1164
1165def test_extension_array_result_type_categorical(categorical1, categorical2):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…