issues: 2195718932
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2195718932 | I_kwDOAMm_X86C4AMU | 8855 | DatasetView class breaks Liskov's rule. | 7788154 | open | 0 | 2 | 2024-03-19T18:38:30Z | 2024-03-19T19:13:17Z | CONTRIBUTOR | What is your issue?Working on migrating the datatree.py module into ``` In Dataset:class Dataset(...): ... @overload def getitem(self, key: Iterable[Hashable]) -> Self: ... ``` The use of To avoid this, a couple of implementations were attempted:
Also note, there is a tangentially-related known |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8855/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |