This is the Linux app named pytype whose latest release can be downloaded as pytype2024.10.11sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named pytype with OnWorks for free.
Suivez ces instructions pour exécuter cette application :
- 1. Téléchargé cette application sur votre PC.
- 2. Entrez dans notre gestionnaire de fichiers https://www.onworks.net/myfiles.php?username=XXXXX avec le nom d'utilisateur que vous voulez.
- 3. Téléchargez cette application dans ce gestionnaire de fichiers.
- 4. Démarrez l'émulateur en ligne OnWorks Linux ou Windows en ligne ou l'émulateur en ligne MACOS à partir de ce site Web.
- 5. Depuis le système d'exploitation OnWorks Linux que vous venez de démarrer, accédez à notre gestionnaire de fichiers https://www.onworks.net/myfiles.php?username=XXXXX avec le nom d'utilisateur que vous souhaitez.
- 6. Téléchargez l'application, installez-la et exécutez-la.
CAPTURES D'ÉCRAN
Ad
pytype
DESCRIPTION
pytype is a static type analyzer that checks and infers types for Python code without executing it, catching errors at “compile time” and generating actionable diagnostics. It grew alongside Python typing at Google and can understand both inline annotations and unannotated code via powerful inference. The tool consumes stub files (.pyi) for the standard library and third-party packages (from typeshed and its own built-ins), enabling accurate checks even in large, mixed-quality codebases. Developers can run pytype locally or wire it into CI to prevent regressions and track tightening type discipline over time. Because pytype infers types, it’s useful during gradual typing, surfacing mismatches, missing attributes, or unsafe unions before runtime. Documentation and a user guide detail configuration, supported features, and how inference interacts with modern Python idioms.
Comment ça marche
- Static analysis and type inference without executing code
- Scales to large codebases with mixed annotation quality
- Detection of attribute errors, bad unions, and incompatible calls
- CI-friendly error reporting and configuration knobs
- Integration with typeshed and project-specific stubs
- Support for inline annotations and gradual typing
Langage de programmation
Python
Catégories
This is an application that can also be fetched from https://sourceforge.net/projects/pytype.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.