The following cases are covered:
- for key in dict
- if key in dict
- len(dict)
This will make life easier for futurize.
Differential D3235 Authored by sicherha on Jan 8 2022, 11:38 AM.
Tags None Referenced Files
Subscribers None
Details Summary The following cases are covered:
This will make life easier for futurize.
Diff Detail
Event Timelinesicherha created this revision. Harbormaster completed remote builds in B37786: Diff 9202.Jan 8 2022, 11:38 AM2022-01-08 11:38:59 (UTC+1) This revision is now accepted and ready to land.Jan 10 2022, 10:00 AM2022-01-10 10:00:33 (UTC+1) This revision was landed with ongoing or failed builds.Jan 10 2022, 8:48 PM2022-01-10 20:48:44 (UTC+1) Closed by commit rPc3b9d5557161: [Python 3] Remove unnecessary occurrences of .keys() (authored by sicherha). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 9256 |