(element, test_elements, **kwargs)
| 848 | |
| 849 | |
| 850 | def isin(element, test_elements, **kwargs): |
| 851 | xp = get_array_namespace(element, test_elements) |
| 852 | return xp.isin(element, test_elements, **kwargs) |
| 853 | |
| 854 | |
| 855 | def least_squares(lhs, rhs, rcond=None, skipna=False): |
nothing calls this directly
no test coverage detected
searching dependent graphs…