Pytype Python 静态类型分析器

程序名称:Pytype

授权协议: Apache

操作系统: 跨平台

开发语言: Python

Pytype 介绍

Pytype 是 Google 开源的 Python 静态类型分析器。

Pytype 可以:

  • Lint plain Python code, flagging common mistakes such as mispelled attribute names, incorrect function calls, and much more, even across file boundaries.
  • Enforce user-provided type annotations. While annotations are optional for pytype, it will check and apply them where present.
  • Generate type annotations in standalone files (“pyi files”), which can be merged back into the Python source with a provided merge-pyi tool.

Pytype 官网

https://google.github.io/pytype

相关编程语言

提到 EclEmma 首先就要说到著名的 Java 覆盖测试工具...
Solex是一个WEB应用测试用的Eclipse插件。Solex可以...
Apache为我们提供了一个强大的工具 Cactus!它是一套...
Google C Testing Framework是Google公司用来在各种...
JdbcProxy 是 SourceForge 上一个开源的 Java 项目,...
Ripplet是一款负载测试工具,特征如下: 1)基于Apa...