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

Function isin

xarray/core/duck_array_ops.py:850–852  ·  view source on GitHub ↗
(element, test_elements, **kwargs)

Source from the content-addressed store, hash-verified

848
849
850def isin(element, test_elements, **kwargs):
851 xp = get_array_namespace(element, test_elements)
852 return xp.isin(element, test_elements, **kwargs)
853
854
855def least_squares(lhs, rhs, rcond=None, skipna=False):

Callers

nothing calls this directly

Calls 2

get_array_namespaceFunction · 0.90
isinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…