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.
このアプリを実行するには、次の手順に従ってください。
-1。このアプリケーションをPCにダウンロードしました。
--2。ファイルマネージャーhttps://www.onworks.net/myfiles.php?username=XXXXXに必要なユーザー名を入力します。
-3。このアプリケーションをそのようなファイルマネージャにアップロードします。
-4。このWebサイトからOnWorksLinuxオンラインまたはWindowsオンラインエミュレーターまたはMACOSオンラインエミュレーターを起動します。
-5。起動したばかりのOnWorksLinux OSから、必要なユーザー名でファイルマネージャーhttps://www.onworks.net/myfiles.php?username=XXXXXにアクセスします。
-6。アプリケーションをダウンロードし、インストールして実行します。
スクリーンショットは
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.
オプション
- 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
プログラミング言語
Python
カテゴリー
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.