Counter() support non-int
オープン
@srittau がすでに取り組んでいます。
2024年3月20日 から。
stubs: false positive
- 主要言語
- Python
- スター
- 5.1k
- フォーク
- 2.1k
- 平均マージ
- 1日 19時間
- マージ済み PR(30日)
- 82
説明
I'm quite surprised because I can use a Counter to store non-integer values. Is it a feature or just permissiveness in implementation?
E.g. the following code works (tested on python 3.7.4):
from collections import Counter
spam = Counter()
spam["egg"] += 3.4
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。