[ Bron: pyflakes ]
Pakket: pyflakes3 (2.0.0-1)
Verwijzigingen voor pyflakes3
Debian bronnen:
Het bronpakket pyflakes downloaden:
Beheerders:
- Python Applications Packaging Team (QA-pagina, Mailarchief)
- Varun Hiremath (QA-pagina)
- Dimitri John Ledkov (QA-pagina)
- Barry Warsaw (QA-pagina)
Externe bronnen:
- Homepage [launchpad.net]
Vergelijkbare pakketten:
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.
Andere aan pyflakes3 gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pyflakes (= 2.0.0-1)
- passive checker of Python 3 programs - Python modules
-
- rec: pyflakes
- passive checker of Python 2 programs