[ ソース: flake8-mutable ]
パッケージ: python3-flake8-mutable (1.2.0-2)
python3-flake8-mutable に関するリンク
Debian の資源:
flake8-mutable ソースパッケージをダウンロード:
- [flake8-mutable_1.2.0-2.dsc]
- [flake8-mutable_1.2.0.orig.tar.gz]
- [flake8-mutable_1.2.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
use flake8 to catch functions with mutable default arguments
Python's default arguments are evaluated at definition as opposed to when the function is invoked. This leads to unexpected behavior, as mutations persist between calls. This flake8 extension will warn for this type of mistake.
その他の python3-flake8-mutable 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x