[ ソース: pyflakes ]
パッケージ: pyflakes3 (2.2.0-2)
pyflakes3 に関するリンク
Debian の資源:
pyflakes ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [launchpad.net]
類似のパッケージ:
passive checker of Python 3 programs
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 command line `pyflakes3` program.
その他の pyflakes3 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pyflakes (= 2.2.0-2)
- passive checker of Python 3 programs - Python modules