Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CogniteResourceList lacks correct dunder method implementations #1188

Open
haakonvt opened this issue Mar 29, 2023 · 0 comments
Open

CogniteResourceList lacks correct dunder method implementations #1188

haakonvt opened this issue Mar 29, 2023 · 0 comments
Labels

Comments

@haakonvt
Copy link
Contributor

It inherits from collections.UserList, but with its added features, e.g. get lookup accepting id or external_id, almost all mutating (magic or not) methods breaks some functionality.

https://github.com/python/cpython/blob/abd6e97020e5773ce2136228e31930a6d9e82dc0/Lib/collections/__init__.py#L1196

@haakonvt haakonvt added the bug label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant