cognite-sdk-python icon indicating copy to clipboard operation
cognite-sdk-python copied to clipboard

`CogniteResourceList` lacks correct dunder method implementations

Open haakonvt opened this issue 1 year ago • 0 comments

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 avatar Mar 29 '23 10:03 haakonvt