(store: ZarrStoreABC, cls_name: Literal["Variable"])
| 4374 | |
| 4375 | @overload |
| 4376 | def get_xr_obj(store: ZarrStoreABC, cls_name: Literal["Variable"]) -> Variable: ... |
| 4377 | |
| 4378 | |
| 4379 | @overload |
no outgoing calls
no test coverage detected
searching dependent graphs…