チケット #44583

generate_packets.py: avoid map/filter with lambdas

登録: 2022-05-14 01:13 最終更新: 2022-05-16 22:15

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
1

詳細

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.

チケットの履歴 (4 件中 3 件表示)

2022-05-14 01:13 更新者: alienvalkyrie
  • 新しいチケット "generate_packets.py: avoid map/filter with lambdas" が作成されました
2022-05-14 01:57 更新者: alienvalkyrie
  • 解決法なし から 受領 に更新されました
2022-05-16 22:15 更新者: alienvalkyrie
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

添付ファイルリスト

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする