Page MenuHomePhorge

[Python 3] Remove unnecessary occurrences of .keys()
ClosedPublic

Authored by sicherha on Jan 8 2022, 11:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 2:59 AM
Unknown Object (File)
Sat, Sep 7, 6:13 AM
Unknown Object (File)
Sep 5 2024, 1:30 PM
Unknown Object (File)
Aug 27 2024, 1:19 PM
Unknown Object (File)
Aug 22 2024, 1:18 PM
Unknown Object (File)
Aug 22 2024, 1:39 AM
Unknown Object (File)
Aug 18 2024, 12:17 PM
Unknown Object (File)
Aug 18 2024, 12:17 PM
Subscribers
None

Details

Summary

The following cases are covered:

  • for key in dict
  • if key in dict
  • len(dict)

This will make life easier for futurize.

Diff Detail

Repository
rP pykolab
Branch
05-remove-keys
Lint
Lint Errors
Unit
No Test Coverage
Build Status
Buildable 37786
Build 15235: arc lint + arc unit

Event Timeline

sicherha created this revision.
This revision is now accepted and ready to land.Jan 10 2022, 10:00 AM
This revision was landed with ongoing or failed builds.Jan 10 2022, 8:48 PM
This revision was automatically updated to reflect the committed changes.