Ticket #44583

generate_packets.py: avoid map/filter with lambdas

Eröffnet am: 2022-05-14 01:13 Letztes Update: 2022-05-16 22:15

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
1

Details

Part of #43927. Generator expressions of the form (value for x in data if condition) are clearer, more concise and more pythonic than map() and filter() in cases where the appropriate value selector or predicate would need to be defined as a lambda expression. Furthermore, where those generators would be passed to list(), set() or dict(), comprehensions are even more concise.

Ticket-Verlauf (3/4 Historien)

2022-05-14 01:13 Aktualisiert von: alienvalkyrie
  • New Ticket "generate_packets.py: avoid map/filter with lambdas" created
2022-05-14 01:57 Aktualisiert von: alienvalkyrie
  • Lösung Update from Keine to Accepted
2022-05-16 22:15 Aktualisiert von: alienvalkyrie
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden