-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
StaleA stale issue/pull-requestA stale issue/pull-request
Description
As mentioned here #3511 (comment) , there are a handful of cases where object.__setattr__() are used which appear dubious and could potentially be changed as part of removing Python 2 (or as part of generally improving code):
iris/lib/iris/fileformats/pp.py
Line 392 in 66423f8
| object.__setattr__(self, name, self[index]) |
iris/lib/iris/fileformats/pp.py
Line 460 in 66423f8
| object.__setattr__(self, name, value) |
iris/lib/iris/fileformats/pp.py
Line 470 in 66423f8
| object.__setattr__(self, name, value) |
Line 860 in 66423f8
| object.__setattr__(self, name, value) |
These could be worth investigating to see how legit they are.
Metadata
Metadata
Assignees
Labels
StaleA stale issue/pull-requestA stale issue/pull-request