(obj)
| 989 | indexes = {} |
| 990 | |
| 991 | def is_alignable(obj): |
| 992 | return isinstance(obj, Coordinates | DataArray | Dataset) |
| 993 | |
| 994 | positions: list[int] = [] |
| 995 | keys: list[type[object] | Hashable] = [] |
no outgoing calls
no test coverage detected
searching dependent graphs…