[ ソース: pyflakes ]
パッケージ: python3-pyflakes (3.2.0-1)
python3-pyflakes に関するリンク
Debian の資源:
pyflakes ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
passive checker of Python 3 programs - Python modules
Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.
Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.
This is the Python 3 library version.
その他の python3-pyflakes 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- rec: pyflakes3
- passive checker of Python 3 programs